From ba0a96b04b08f8c8b533d7dab7e6326c5ecd6ace Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 8 Apr 2022 23:41:08 -0700 Subject: [PATCH] Re-run 'make format' with latest version of gofmt --- tools.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools.go b/tools.go index 404851f..e84439f 100644 --- a/tools.go +++ b/tools.go @@ -1,4 +1,6 @@ +//go:build tools // +build tools + // Never compiled, just used to manage tool dependencies package tools -- 2.39.5