diff options
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() { |