From 5fbc64f01b12472b2f798e22411be79950e246dc Mon Sep 17 00:00:00 2001 From: mattmelgard Date: Wed, 3 Nov 2021 10:30:18 -0600 Subject: [PATCH] Run go fmt as required by tests --- tools.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.go b/tools.go index 23cb7bc..e139785 100644 --- a/tools.go +++ b/tools.go @@ -1,3 +1,4 @@ +//go:build tools // +build tools package main