Remove gomaxprocs call
This commit is contained in:
parent
cd3d4e7b14
commit
42efc20748
1 changed files with 0 additions and 3 deletions
3
main.go
3
main.go
|
@ -1,12 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
|
||||
"github.com/khlieng/dispatch/commands"
|
||||
)
|
||||
|
||||
func main() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
commands.Execute()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue