From 680c5b57501d3d44304f48db25c34f50b23e0cc5 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 4 Mar 2023 15:58:06 +0100 Subject: build: add back +build directive --- tools.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.go b/tools.go index bb7f942..184415a 100644 --- a/tools.go +++ b/tools.go @@ -1,4 +1,5 @@ //go:build tools +// +build tools //go:generate go run honnef.co/go/tools/cmd/staticcheck -checks inherit ./... -- cgit v1.2.3