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/mount_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/mount_test.go') diff --git a/container/mount_test.go b/container/mount_test.go index aca64679..ffacf18e 100644 --- a/container/mount_test.go +++ b/container/mount_test.go @@ -6,7 +6,7 @@ import ( "testing" "hakurei.app/container/stub" - "hakurei.app/container/vfs" + "hakurei.app/vfs" ) func TestBindMount(t *testing.T) { -- cgit v1.3.1