We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d733d29 commit cc3caf9Copy full SHA for cc3caf9
intra/core/overreach.go
@@ -8,6 +8,7 @@ package core
8
9
import (
10
"syscall"
11
+ _ "unsafe" // for go:linkname
12
)
13
14
// RuntimeEnviron returns the Go runtime's cached environment slice.
0 commit comments