From e9a72490db44426605debd3cc756a7924931d706 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 15:16:46 +0900 Subject: vfs: move from container This package is not container-specific. Signed-off-by: Ophestra --- container/path_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/path_test.go') diff --git a/container/path_test.go b/container/path_test.go index d1754559..b0ec4645 100644 --- a/container/path_test.go +++ b/container/path_test.go @@ -11,7 +11,7 @@ import ( "unsafe" "hakurei.app/container/check" - "hakurei.app/container/vfs" + "hakurei.app/vfs" ) func TestToSysroot(t *testing.T) { -- cgit v1.3.1