Update godocs

This commit is contained in:
Naveen Gogineni
2022-10-02 21:14:31 -04:00
committed by meatballhat
parent b694a25730
commit cbd62ef958
+1 -1
View File
@@ -129,7 +129,7 @@ func main() {
}, },
}, },
Action: func(cCtx *cli.Context) error { Action: func(cCtx *cli.Context) error {
fmt.Println("Count ", count) fmt.Println("count", count)
return nil return nil
}, },
} }