Browse Source

gogs: remove app flags line (#5388)

No meaning for this line
pull/4799/merge
Stefan Liu 6 years ago committed by 无闻
parent
commit
5caa7436d8
  1. 1
      gogs.go

1
gogs.go

@ -37,6 +37,5 @@ func main() {
cmd.Backup,
cmd.Restore,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)
}

Loading…
Cancel
Save