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/mount.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sandbox/mount.go') diff --git a/test/sandbox/mount.go b/test/sandbox/mount.go index 29405722..791a68b9 100644 --- a/test/sandbox/mount.go +++ b/test/sandbox/mount.go @@ -1,3 +1,5 @@ +//go:build testtool + package sandbox /* -- cgit v1.3.1