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