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

Merge pull request #273 from abdulniyaspm/typo-fix

Fixed a typo in cli.go
This commit is contained in:
Zack 2020-09-23 05:33:23 -07:00 committed by GitHub
commit 4e6efc2678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())