From 4ce170e73dc38517accd02e2e5200715a7baa603 Mon Sep 17 00:00:00 2001 From: ABDUL NIYAS P M Date: Wed, 23 Sep 2020 16:28:00 +0530 Subject: [PATCH] Fix a typo in cli.go --- src/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/cli.go b/src/cli/cli.go index a738649..3280809 100644 --- a/src/cli/cli.go +++ b/src/cli/cli.go @@ -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())