diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-10 11:43:49 +0100 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-11-10 08:43:49 -0200 |
commit | 94b27473757403fbf76f633f075f1a9a4e8306aa (patch) | |
tree | 71a6a2c11ebedd81e5f6d1492218fd6ef7587913 | |
parent | 31da22530968a7dda7e8cb04c8765a431bea731e (diff) | |
download | gitea-94b27473757403fbf76f633f075f1a9a4e8306aa.tar.gz gitea-94b27473757403fbf76f633f075f1a9a4e8306aa.zip |
Remove go version from build tags (#133)
-rw-r--r-- | main.go | 2 | ||||
-rw-r--r-- | models/models_tidb.go | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -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 |