aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsbind.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fsbind.go')
-rw-r--r--hst/fsbind.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/fsbind.go b/hst/fsbind.go
index ac628b99..355e4b15 100644
--- a/hst/fsbind.go
+++ b/hst/fsbind.go
@@ -5,8 +5,8 @@ import (
"strings"
"hakurei.app/check"
- "hakurei.app/container/fhs"
"hakurei.app/container/std"
+ "hakurei.app/fhs"
)
func init() { gob.Register(new(FSBind)) }