github.com/jxskiss/gopkg@v0.17.3/internal/linkname/README.md (about) 1 Package linkname exports various private functions from the standard library 2 using the `//go:linkname` directive. 3 4 **DON'T USE THIS IF YOU DON'T KNOW WHAT IT IS.** 5 6 Also, it is a bad practice to use private functions from other packages, 7 and it is **UNSAFE and not protected by the Go 1 compatibility promise**.