aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/slice.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/slice.go')
-rw-r--r--src/runtime/slice.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/slice.go b/src/runtime/slice.go
index 7ffca036c0..b91caf0dfe 100644
--- a/src/runtime/slice.go
+++ b/src/runtime/slice.go
@@ -166,6 +166,7 @@ func makeslice64(et *_type, len64, cap64 int64) unsafe.Pointer {
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/bytedance/sonic
+// - github.com/chenzhuoyu/iasm
// - github.com/ugorji/go/codec
//
// Do not remove or change the type signature.