From 94b27473757403fbf76f633f075f1a9a4e8306aa Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Thu, 10 Nov 2016 11:43:49 +0100 Subject: [PATCH] Remove go version from build tags (#133) --- main.go | 2 -- models/models_tidb.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/main.go b/main.go index 0ad5b8c3b..896b9911d 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 4dadd00a9..6ceffcf64 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