aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2022-04-08 23:41:08 -0700
committerEric Biggers <ebiggers@google.com>2022-04-08 23:42:49 -0700
commitba0a96b04b08f8c8b533d7dab7e6326c5ecd6ace (patch)
tree1113794ba8ecb157d997c30fe795db34f9f875a1
parentca7a84b8aea203025acbda193f78ea98946236b5 (diff)
Re-run 'make format' with latest version of gofmt
-rw-r--r--tools.go2
1 files changed, 2 insertions, 0 deletions
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