Godep issue?

This commit is contained in:
obscuren 2015-03-26 01:03:03 +01:00
parent e5a0a0ef48
commit 88b9bc40d7

View File

@ -54,7 +54,7 @@ func NewApp(version, usage string) *cli.App {
app := cli.NewApp()
app.Name = path.Base(os.Args[0])
app.Author = ""
app.Authors = nil
//app.Authors = nil
app.Email = ""
app.Version = version
app.Usage = usage