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
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
// Version specifies the version
var Version string
// Run will run the command line proram
// Run will run the command line program
func Run() (err error) {
// use all of the processors
runtime.GOMAXPROCS(runtime.NumCPU())