From f5136b1783979219fa0646ff927e11051d338116 Mon Sep 17 00:00:00 2001 From: Chunyi Lyu Date: Wed, 7 Sep 2022 16:51:31 +0100 Subject: [PATCH] Update go tags - "go:build tools" style is used in golang >=1.18 --- tools/tools.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools.go b/tools/tools.go index 4f8e03426..7421b4572 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,3 +1,4 @@ +//go:build tools // +build tools package tools