Update README.md
This commit is contained in:
parent
ad47ead260
commit
22e11159f5
@ -36,7 +36,7 @@ import "github.com/codegangsta/cli"
|
|||||||
func main() {
|
func main() {
|
||||||
cli.Name = "greet"
|
cli.Name = "greet"
|
||||||
cli.Usage = "fight the loneliness!"
|
cli.Usage = "fight the loneliness!"
|
||||||
cli.Action = func(c cli.Context) {
|
cli.Action = func(c *cli.Context) {
|
||||||
println("Hello friend!")
|
println("Hello friend!")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user