package unsafeheader
Import Path
golang.org/x/sys/internal/unsafeheader (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
Package unsafeheader contains header declarations for the Go runtime's
slice and string implementations.
This package allows x/sys to use types equivalent to
reflect.SliceHeader and reflect.StringHeader without introducing
a dependency on the (relatively heavy) "reflect" package.
The pages are generated with Golds v0.3.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |