mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Fix a typo in cli.go
This commit is contained in:
parent
04e92a4ccd
commit
4ce170e73d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
||||||
// Version specifies the version
|
// Version specifies the version
|
||||||
var Version string
|
var Version string
|
||||||
|
|
||||||
// Run will run the command line proram
|
// Run will run the command line program
|
||||||
func Run() (err error) {
|
func Run() (err error) {
|
||||||
// use all of the processors
|
// use all of the processors
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue