Remove go version from build tags (#133)

This commit is contained in:
Matthias Loibl 2016-11-10 11:43:49 +01:00 提交者 Andrey Nering
父節點 31da225309
當前提交 94b2747375
共有 2 個檔案被更改,包括 1 行新增3 行删除

查看文件

@ -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.

查看文件

@ -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