repo/http: clean code

This commit is contained in:
Unknwon 2016-06-01 04:19:01 -07:00
parent fb970b9d87
commit c041273dd3
4 changed files with 241 additions and 305 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.29.0530"
const APP_VER = "0.9.30.0601"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())