1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

use all procs

This commit is contained in:
Zack Scholl 2018-09-25 12:33:51 -07:00
parent 7fea858252
commit a7b8488040
2 changed files with 5 additions and 2 deletions

View file

@ -8,7 +8,6 @@ import (
"log"
"os"
"path/filepath"
"runtime"
"time"
humanize "github.com/dustin/go-humanize"
@ -23,7 +22,6 @@ var codePhrase string
var cr *croc.Croc
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
app := cli.NewApp()
app.Name = "croc"
if version == "" {