diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-06 16:28:52 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-06 16:28:52 -0400 |
commit | 8ca14e210959b9316a4eed6e127de1eb775fda74 (patch) | |
tree | 93af1213d80c700838b1c41eb1c1c9ffcbfd60d6 /gogs.go | |
parent | 7cb5a15c9b7a2a118d756d15cb745743f207a318 (diff) | |
download | gitea-8ca14e210959b9316a4eed6e127de1eb775fda74.tar.gz gitea-8ca14e210959b9316a4eed6e127de1eb775fda74.zip |
Improve delete SSH key
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -17,9 +17,6 @@ import ( "github.com/gogits/gogs/modules/base" ) -// Test that go1.2 tag above is included in builds. main.go refers to this definition. -const go12tag = true - const APP_VER = "0.3.3.0506 Alpha" func init() { |