From bd1dc0715af2d1e3bc891d7d495c277e53b8d819 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 26 Nov 2021 13:13:29 +0900 Subject: [PATCH] fix gofmt -s --- tools/tools.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools.go b/tools/tools.go index 766363c..8b1c717 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,3 +1,4 @@ +//go:build tools // +build tools package tools