1
0
Fork 0
forked from forgejo/forgejo

improved ssh supports

This commit is contained in:
Lunny Xiao 2014-02-20 14:53:56 +08:00
parent d4728fafaf
commit b1b6def5bc
6 changed files with 66 additions and 30 deletions

View file

@ -17,7 +17,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
const APP_VER = "0.0.0.0219"
const APP_VER = "0.0.0.0220"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
@ -36,5 +36,4 @@ func main() {
cli.BoolFlag{"noterm", "disable color output"},
}...)
app.Run(os.Args)
println("wo cao???")
}