remove build tag

This commit is contained in:
thinkerou 2018-11-07 18:59:59 +08:00
parent 68f2786074
commit f5542958ad
3 changed files with 4 additions and 6 deletions

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
// +build go1.7
package gin
import (

View File

@ -1,9 +1,9 @@
// +build !go1.8
// Copyright 2018 Gin Core Team. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
// +build !go1.8
package gin
// ResponseWriter ...

View File

@ -1,9 +1,9 @@
// +build go1.8
// Copyright 2018 Gin Core Team. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
// +build go1.8
package gin
import (