From f5542958adae6e3281fea674030a3f9c5856f3c2 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Wed, 7 Nov 2018 18:59:59 +0800 Subject: [PATCH] remove build tag --- recovery_test.go | 2 -- response_writer_1.7.go | 4 ++-- response_writer_1.8.go | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/recovery_test.go b/recovery_test.go index cafaee91..7b56d401 100644 --- a/recovery_test.go +++ b/recovery_test.go @@ -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 ( diff --git a/response_writer_1.7.go b/response_writer_1.7.go index 801d196b..d8023497 100644 --- a/response_writer_1.7.go +++ b/response_writer_1.7.go @@ -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 ... diff --git a/response_writer_1.8.go b/response_writer_1.8.go index 527c0038..47e2f3c1 100644 --- a/response_writer_1.8.go +++ b/response_writer_1.8.go @@ -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 (