diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-02-20 14:53:56 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-02-20 14:53:56 +0800 |
commit | b1b6def5bcb016d555e8078af404e8e2fa948748 (patch) | |
tree | a45ee3b4130597ba02cc5f45a6251ad16e7b3495 /gogs.go | |
parent | d4728fafafdd1d9a54d9337c7bddac086d58579c (diff) |
improved ssh supports
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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???") } |