aboutsummaryrefslogtreecommitdiff
path: root/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'web.go')
-rw-r--r--web.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/web.go b/web.go
index ca504ea5..3ca93f30 100644
--- a/web.go
+++ b/web.go
@@ -34,6 +34,10 @@ gogs web`,
Flags: []cli.Flag{},
}
+func Range(l int) []int {
+ return make([]int, l)
+}
+
func runWeb(*cli.Context) {
log.Info("%s %s", base.AppName, base.AppVer)