index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
Diffstat
-rw-r--r--
gogs.go
1
1 files changed, 0 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 34e883c3..2b750432 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -37,6 +37,5 @@ func main() {
cmd.Backup,
cmd.Restore,
}
- app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)
}