From b11d24eee86e19dcc01405876c79a165d8f4514a Mon Sep 17 00:00:00 2001 From: Alex Luong Date: Sat, 16 Sep 2023 01:27:28 +0700 Subject: [PATCH] fix: Add go build directive to tools package --- tools/tools.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tools.go b/tools/tools.go index 63735fc..2c4f8fb 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,3 +1,5 @@ +//go:build tools + package tools import (