From 21f221575c917f722beeab1651e2a86abe907921 Mon Sep 17 00:00:00 2001 From: Mariano Sosto Date: Sat, 16 Oct 2021 15:35:25 -0300 Subject: [PATCH] remove build comment in file mux_httpserver_test.go --- mux_httpserver_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/mux_httpserver_test.go b/mux_httpserver_test.go index 5d2f4d3..db3f7c5 100644 --- a/mux_httpserver_test.go +++ b/mux_httpserver_test.go @@ -1,5 +1,3 @@ -// +build go1.9 - package mux import (