diff --git a/runtime.go b/runtime.go index 1fb9f00..dc2a2f9 100644 --- a/runtime.go +++ b/runtime.go @@ -15,5 +15,6 @@ type strType struct { Len uintptr } +//go:noescape //go:linkname noescape runtime.noescape func noescape(unsafe.Pointer) unsafe.Pointer