From 1eb837eab820e6a0365bddea93e0d1d91f957f8a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 23 Mar 2025 23:28:28 +0900 Subject: [PATCH] test/sandbox: warn about misuse in doc comment Signed-off-by: Ophestra --- test/sandbox/assert.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/sandbox/assert.go b/test/sandbox/assert.go index 99ac9e8..72b0f0d 100644 --- a/test/sandbox/assert.go +++ b/test/sandbox/assert.go @@ -1,3 +1,9 @@ +/* +Package sandbox provides utilities for checking sandbox outcome. + +This package must never be used outside integration tests, there is a much better native implementation of mountinfo +in the public sandbox/vfs package. Files in this package are excluded by the build system to prevent accidental misuse. +*/ package sandbox import (