reflect.Type.FieldByName (method)
3 uses
reflect (current package)
type.go#L173: FieldByName(name string) (StructField, bool)
text/template
exec.go#L636: tField, ok := receiver.Type().FieldByName(fieldName)
exec.go#L674: if _, ok := etyp.FieldByName(fieldName); !ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)