diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-17 15:16:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-17 15:30:30 +0900 |
| commit | e9a72490db44426605debd3cc756a7924931d706 (patch) | |
| tree | 1e8f8099c46aa16023367404ec2c9fb769db2c8e /container/mount.go | |
| parent | 0a12d456ce5869042dc06c43c360c43cab942d6b (diff) | |
vfs: move from container
This package is not container-specific.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/mount.go')
| -rw-r--r-- | container/mount.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) /* |
