diff options
Diffstat (limited to 'container/fhs/abs.go')
| -rw-r--r-- | container/fhs/abs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/fhs/abs.go b/container/fhs/abs.go index af3588ba..6bb72166 100644 --- a/container/fhs/abs.go +++ b/container/fhs/abs.go @@ -1,7 +1,7 @@ package fhs import ( - _ "unsafe" + _ "unsafe" // for go:linkname "hakurei.app/container/check" ) |
