Browse Source

gogs: remove app flags line (#5388)

No meaning for this line
Stefan Liu 5 years ago
parent
commit
5caa7436d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gogs.go

+ 0 - 1
gogs.go

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