Commit 88b9bc40 authored by obscuren's avatar obscuren

Godep issue?

parent e5a0a0ef
...@@ -54,7 +54,7 @@ func NewApp(version, usage string) *cli.App { ...@@ -54,7 +54,7 @@ func NewApp(version, usage string) *cli.App {
app := cli.NewApp() app := cli.NewApp()
app.Name = path.Base(os.Args[0]) app.Name = path.Base(os.Args[0])
app.Author = "" app.Author = ""
app.Authors = nil //app.Authors = nil
app.Email = "" app.Email = ""
app.Version = version app.Version = version
app.Usage = usage app.Usage = usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment