github.com/jxskiss/gopkg/v2@v2.14.9-0.20240514120614-899f3e7952b4/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**.