From 332571e5480c7de53b3fe610f7815c882cc1cea0 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Sun, 12 Dec 2021 16:28:21 +0000 Subject: [PATCH] build: gofmt on latest --- mux_httpserver_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mux_httpserver_test.go b/mux_httpserver_test.go index 5d2f4d3..907ab91 100644 --- a/mux_httpserver_test.go +++ b/mux_httpserver_test.go @@ -1,3 +1,4 @@ +//go:build go1.9 // +build go1.9 package mux