Esempio n. 1
0
func main() {
	app.Run(os.Args)
}
Esempio n. 2
0
func main() {
	runtime.GOMAXPROCS(runtime.NumCPU())
	app.Run(os.Args)
}