Remove gomaxprocs call

This commit is contained in:
Ken-Håvard Lieng 2016-03-09 23:05:13 +01:00
parent cd3d4e7b14
commit 42efc20748
1 changed files with 0 additions and 3 deletions

View File

@ -1,12 +1,9 @@
package main
import (
"runtime"
"github.com/khlieng/dispatch/commands"
)
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
commands.Execute()
}