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.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/mount.go') diff --git a/container/mount.go b/container/mount.go index 360a71dc..171b210b 100644 --- a/container/mount.go +++ b/container/mount.go @@ -6,8 +6,8 @@ import ( "os" . "syscall" - "hakurei.app/container/vfs" "hakurei.app/message" + "hakurei.app/vfs" ) /* -- cgit v1.3.1