fixed tests

This commit is contained in:
Kaushal Subedi
2015-10-24 23:51:06 -06:00
parent 8b46886de8
commit c70ad9b688
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ func ExampleApp() {
app.Action = func(c *Context) {
fmt.Printf("Hello %v\n", c.String("name"))
}
app.UsageText = "app [first_arg] [second_arg]"
app.Author = "Harrison"
app.Email = "harrison@lolwut.com"
app.Authors = []Author{Author{Name: "Oliver Allen", Email: "oliver@toyshop.com"}}