Skip to content

Commit 94b2747

Browse files
metalmatzeandreynering
authored andcommitted
Remove go version from build tags (#133)
1 parent 31da225 commit 94b2747

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build go1.4
2-
31
// Copyright 2014 The Gogs Authors. All rights reserved.
42
// Use of this source code is governed by a MIT-style
53
// license that can be found in the LICENSE file.

models/models_tidb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build tidb go1.4.2
1+
// +build tidb
22

33
// Copyright 2015 The Gogs Authors. All rights reserved.
44
// Use of this source code is governed by a MIT-style

0 commit comments

Comments
 (0)