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