summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-06 16:28:52 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-06 16:28:52 -0400
commit8ca14e210959b9316a4eed6e127de1eb775fda74 (patch)
tree93af1213d80c700838b1c41eb1c1c9ffcbfd60d6 /gogs.go
parent7cb5a15c9b7a2a118d756d15cb745743f207a318 (diff)
downloadgitea-8ca14e210959b9316a4eed6e127de1eb775fda74.tar.gz
gitea-8ca14e210959b9316a4eed6e127de1eb775fda74.zip
Improve delete SSH key
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/gogs.go b/gogs.go
index ad5d7abc70..23fed5d894 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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() {