func main() { app.Run(os.Args) }
func main() { runtime.GOMAXPROCS(runtime.NumCPU()) app.Run(os.Args) }