diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-07 20:11:29 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-07 20:11:29 +0900 |
| commit | 2b44493e8a255b40a9809208f5c751ca7c539027 (patch) | |
| tree | bac9737a7a8817e2693fd6d0c0666c308588d2c8 /test/sandbox/mount.go | |
| parent | c30dd4e630005fa6f2409d3a3c2400d512c52042 (diff) | |
test/sandbox: guard on testtool tag
This tool should not show up when building hakurei normally.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/mount.go')
| -rw-r--r-- | test/sandbox/mount.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 /* |
