aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/fhs
diff options
context:
space:
mode:
Diffstat (limited to 'container/fhs')
-rw-r--r--container/fhs/abs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/fhs/abs.go b/container/fhs/abs.go
index 45c50bfd..ce2ae34d 100644
--- a/container/fhs/abs.go
+++ b/container/fhs/abs.go
@@ -3,14 +3,14 @@ package fhs
import (
_ "unsafe" // for go:linkname
- "hakurei.app/container/check"
+ "hakurei.app/check"
)
/* constants in this file bypass abs check, be extremely careful when changing them! */
// unsafeAbs returns check.Absolute on any string value.
//
-//go:linkname unsafeAbs hakurei.app/container/check.unsafeAbs
+//go:linkname unsafeAbs hakurei.app/check.unsafeAbs
func unsafeAbs(pathname string) *check.Absolute
var (