summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.go2
-rw-r--r--models/models_tidb.go2
2 files changed, 1 insertions, 3 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.
diff --git a/models/models_tidb.go b/models/models_tidb.go
index 4dadd00a9b..6ceffcf646 100644
--- a/models/models_tidb.go
+++ b/models/models_tidb.go
@@ -1,4 +1,4 @@
-// +build tidb go1.4.2
+// +build tidb
// Copyright 2015 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style