Browse Source

Remove go version from build tags (#133)

tags/v1.0.0
Matthias Loibl 7 years ago
parent
commit
94b2747375
2 changed files with 1 additions and 3 deletions
  1. 0
    2
      main.go
  2. 1
    1
      models/models_tidb.go

+ 0
- 2
main.go View File

@@ -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
- 1
models/models_tidb.go View 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

Loading…
Cancel
Save