From 2b44493e8a255b40a9809208f5c751ca7c539027 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 7 Jul 2025 20:11:29 +0900 Subject: test/sandbox: guard on testtool tag This tool should not show up when building hakurei normally. Signed-off-by: Ophestra --- test/sandbox/assert_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sandbox/assert_test.go') diff --git a/test/sandbox/assert_test.go b/test/sandbox/assert_test.go index c3fb5800..efeb7cb3 100644 --- a/test/sandbox/assert_test.go +++ b/test/sandbox/assert_test.go @@ -1,3 +1,5 @@ +//go:build testtool + package sandbox import ( -- cgit v1.3.1