internal/reflectlite.structType.fields (field)
7 uses
internal/reflectlite (current package)
type.go#L286: fields []structField // sorted by offset
type.go#L636: return len(tt.fields)
type.go#L916: if len(t.fields) != len(v.fields) {
type.go#L922: for i := range t.fields {
type.go#L923: tf := &t.fields[i]
type.go#L924: vf := &v.fields[i]
![]() |
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. |