cmd/serve.go: remove useless code
This commit is contained in:
parent
63a73b43b4
commit
b447d18dca
3 changed files with 2 additions and 4 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.5.16.0228 Beta"
|
||||
const APP_VER = "0.5.16.0301 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue