Explorar el Código

gogs: remove app flags line (#5388)

No meaning for this line
Stefan Liu hace 6 años
padre
commit
5caa7436d8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)
 }