aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/check
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-13 07:08:07 +0900
committerOphestra <cat@gensokyo.uk>2025-11-13 07:14:16 +0900
commitabeb67964f52f245f7d529e4dfe01f8347932bfd (patch)
treeb2e00cedab6721261098dee789360571bdefa0cf /container/check
parentbf5d10743f82ea438b1a05939f55d8b0027e98b9 (diff)
treewide: document linkname uses
These provide justification for each use of linkname. Poorly thought out uses of linkname are removed. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/check')
-rw-r--r--container/check/absolute_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/container/check/absolute_test.go b/container/check/absolute_test.go
index 466bbacb..91cd3c92 100644
--- a/container/check/absolute_test.go
+++ b/container/check/absolute_test.go
@@ -14,8 +14,10 @@ import (
. "hakurei.app/container/check"
)
+// unsafeAbs returns check.Absolute on any string value.
+//
//go:linkname unsafeAbs hakurei.app/container/check.unsafeAbs
-func unsafeAbs(_ string) *Absolute
+func unsafeAbs(pathname string) *Absolute
func TestAbsoluteError(t *testing.T) {
t.Parallel()