summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorMatthias Loibl <mail@matthiasloibl.com>2016-11-10 11:43:49 +0100
committerAndrey Nering <andrey.nering@gmail.com>2016-11-10 08:43:49 -0200
commit94b27473757403fbf76f633f075f1a9a4e8306aa (patch)
tree71a6a2c11ebedd81e5f6d1492218fd6ef7587913 /main.go
parent31da22530968a7dda7e8cb04c8765a431bea731e (diff)
downloadgitea-94b27473757403fbf76f633f075f1a9a4e8306aa.tar.gz
gitea-94b27473757403fbf76f633f075f1a9a4e8306aa.zip
Remove go version from build tags (#133)
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 0ad5b8c3b9..896b9911d0 100644
--- a/main.go
+++ b/main.go
@@ -1,5 +1,3 @@
-// +build go1.4
-
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.