Update godocs

This commit is contained in:
Naveen Gogineni 2022-09-05 11:43:09 -04:00
parent af60ce5f44
commit 9a22ec034e

View File

@ -129,7 +129,7 @@ func main() {
},
},
Action: func(cCtx *cli.Context) error {
fmt.Println("Count ", count)
fmt.Println("count", count)
return nil
},
}