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:
parent
7fea858252
commit
a7b8488040
2 changed files with 5 additions and 2 deletions
2
main.go
2
main.go
|
@ -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 == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue