Merge pull request #860 from abperiasamy/rm-gomaxprocs

setting GOMAXPROCS is no longer
master
Anand Babu (AB) Periasamy 9 years ago
commit 345521f34d
  1. 3
      main.go

@ -149,9 +149,6 @@ VERSION:
}
func main() {
// set up go max processes
runtime.GOMAXPROCS(runtime.NumCPU())
app := registerApp()
app.Before = func(c *cli.Context) error {
// get flag and set global defaults here.

Loading…
Cancel
Save