From 57f7bd35fd4585f4d54cddf0b56db07f13a40e9e Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Fri, 3 May 2019 21:30:30 +0200 Subject: [PATCH] Remove remaining traces of pre-go-1.8 handling Signed-off-by: Bjoern Rabenstein --- ...{instrument_client_1_8_test.go => instrument_client_test.go} | 2 -- 1 file changed, 2 deletions(-) rename prometheus/promhttp/{instrument_client_1_8_test.go => instrument_client_test.go} (99%) diff --git a/prometheus/promhttp/instrument_client_1_8_test.go b/prometheus/promhttp/instrument_client_test.go similarity index 99% rename from prometheus/promhttp/instrument_client_1_8_test.go rename to prometheus/promhttp/instrument_client_test.go index 2d0ff4f..59c0a2f 100644 --- a/prometheus/promhttp/instrument_client_1_8_test.go +++ b/prometheus/promhttp/instrument_client_test.go @@ -11,8 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build go1.8 - package promhttp import (