Update godocs

This commit is contained in:
Naveen Gogineni 2022-09-05 11:43:09 -04:00 committed by Dan Buch
parent b694a25730
commit cbd62ef958
Signed by: meatballhat
GPG Key ID: A12F782281063434

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
}, },
} }