runtime.structfield.name (field)
7 uses
runtime (current package)
alg.go#L184: if memEnd > memStart && (f.name.isBlank() || f.offset() != memEnd || f.typ.tflag&tflagRegularMemory == 0) {
alg.go#L189: if f.name.isBlank() {
type.go#L433: name name
type.go#L714: if tf.name.name() != vf.name.name() {
type.go#L720: if tf.name.tag() != vf.name.tag() {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |