From ac4a85688fbaa084fcdc8610cd076120eb5f1a8a Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Thu, 18 Nov 2021 20:36:48 -0700 Subject: [PATCH] add old-style build constraint --- tools.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.go b/tools.go index 460c977ff..e4195cf36 100644 --- a/tools.go +++ b/tools.go @@ -1,4 +1,5 @@ //go:build tools +// +build tools package main