Don't default authors

This commit is contained in:
jszwedko 2015-03-10 08:03:05 -07:00
parent 5f95a9e88b
commit 7beac44ab1

3
app.go
View File

@ -72,9 +72,6 @@ func NewApp() *App {
BashComplete: DefaultAppComplete,
Action: helpCommand.Action,
Compiled: compileTime(),
Author: "Dr. James",
Email: "who@gmail.com",
Authors: []Author{{"Jim", "jim@corporate.com"}, {"Hank", "hank@indiepalace.com"}},
Writer: os.Stdout,
}
}