1
0
Fork 0
forked from forgejo/forgejo

Clean old dockerfiles

This commit is contained in:
Unknwon 2014-09-28 03:31:50 -04:00
parent 11af8658cf
commit 5e747bc877
16 changed files with 3 additions and 364 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.5.4.0927 Beta"
const APP_VER = "0.5.4.0928 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
@ -38,6 +38,5 @@ func main() {
cmd.CmdCert,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
println(runtime.Version())
app.Run(os.Args)
}