Beispiel #1
0
func main() {
	commands.Main(os.Args)
}
Beispiel #2
0
Datei: main.go Projekt: bac/juju
func main() {
	os.Exit(commands.Main(os.Args))
}