Skip to content

Commit

Permalink
Remove gomaxprocs call
Browse files Browse the repository at this point in the history
  • Loading branch information
khlieng committed Apr 28, 2017
1 parent 9b2871e commit 702dfee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.go
@@ -1,14 +1,9 @@
package main

import (
"runtime"

_ "github.com/mattn/go-isatty"

"github.com/Castcloud/castcloud-go-server/cli"
)

func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
cli.Execute()
}

0 comments on commit 702dfee

Please sign in to comment.