Browse Source

Remove go version from build tags (#133)

aj-second-factor
Matthias Loibl 8 years ago
committed by Andrey Nering
parent
commit
94b2747375
  1. 2
      main.go
  2. 2
      models/models_tidb.go

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

2
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

Loading…
Cancel
Save