1
1
Fork 0
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:
ABDUL NIYAS P M 2020-09-23 16:28:00 +05:30 committed by GitHub
parent 04e92a4ccd
commit 4ce170e73d
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())