Update godocs

main
Naveen Gogineni 2 years ago
parent af60ce5f44
commit 9a22ec034e

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

Loading…
Cancel
Save