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/path.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/path.go')
| -rw-r--r-- | container/path.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/path.go b/container/path.go index 965ad494..80c64b29 100644 --- a/container/path.go +++ b/container/path.go @@ -10,7 +10,7 @@ import ( "syscall" "hakurei.app/container/fhs" - "hakurei.app/container/vfs" + "hakurei.app/vfs" ) const ( |
