From 7be4d35638fd84bf9cf0d4e73112b5f2555f13c1 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 10 Oct 2024 12:02:12 -0700 Subject: [PATCH] Update cgo_go124.go --- cgo_go124.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cgo_go124.go b/cgo_go124.go index d028716..933a751 100644 --- a/cgo_go124.go +++ b/cgo_go124.go @@ -1,6 +1,7 @@ //go:build go1.24 && !cmd_go_bootstrap package openssl + // The following noescape and nocallback directives are used to prevent the Go // compiler from allocating function parameters on the heap. See // https://github.com/golang/go/blob/0733682e5ff4cd294f5eccb31cbe87a543147bc6/src/cmd/cgo/doc.go#L439-L461