mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-28 19:04:45 -05:00
* use `setup(ctx, c.Bool("debug"))` like all other callers
* `setting.RunMode = "dev"` is a no-op.
* `if _, err := os.Stat(setting.RepoRootPath); err != nil` could be
simplified