diff options
author | Stefan Liu <stefanliu@outlook.com> | 2018-08-23 12:35:36 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-08-23 12:35:36 +0800 |
commit | 5caa7436d8f4b1c2c55bebcd251ea6905831e199 (patch) | |
tree | 26ba4d6f3936befb6418380399b3166605204e46 | |
parent | 512a900202420190ee4f6db5f3a1c3f19c75507f (diff) |
gogs: remove app flags line (#5388)
No meaning for this line
-rw-r--r-- | gogs.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,6 +37,5 @@ func main() { cmd.Backup, cmd.Restore, } - app.Flags = append(app.Flags, []cli.Flag{}...) app.Run(os.Args) } |