bug fixed for commits list

This commit is contained in:
Lunny Xiao
2014-03-19 14:39:07 +08:00
parent 3ceb008e1f
commit 3da325591b
4 changed files with 28 additions and 3 deletions
+4
View File
@@ -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)