make the basic example build-able.

This commit is contained in:
Nicolas Gailly 2017-07-06 16:20:09 +02:00 committed by GitHub
parent b892ba3809
commit a6dd54e94b

1
cli.go
View File

@ -12,6 +12,7 @@
// app.Usage = "say a greeting"
// app.Action = func(c *cli.Context) error {
// println("Greetings")
// return nil
// }
//
// app.Run(os.Args)