diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-07 16:05:18 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-07 16:05:18 -0500 |
commit | ba5c7ea7719abbef792e8b9897dcfadf4d54bbab (patch) | |
tree | e1986ff36562366278fd134e7ce1793193828dcb /gogs.go | |
parent | 8e821c75d7432ffe7eb7d72ba479f6f68e620ad1 (diff) |
Add SignInRequire and SignOutRequire middleware
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,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.1.0306" +const APP_VER = "0.0.1.0307" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |