From 214f5e64112c97614c4f7d0227cd3f6dc255290b Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 1 Aug 2017 12:38:29 +0100 Subject: [PATCH] http: only run the tests on go1.8+ --- http/http_internal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/http_internal_test.go b/http/http_internal_test.go index 66c4a85ee..7d1291c37 100644 --- a/http/http_internal_test.go +++ b/http/http_internal_test.go @@ -1,4 +1,4 @@ -// +build go1.7 +// +build go1.8 package http