cowsay
/
cmd
/
cowthink
/ main.go
@ v1.0.2 |
history
package main import cli "nmyk.io/cowsay/cmd" func main() { cli.Run(true) }