Пример #1
0
func main() {
	commands.Main(os.Args)
}
Пример #2
0
Файл: main.go Проект: bac/juju
func main() {
	os.Exit(commands.Main(os.Args))
}