reflect.Type.FieldByName (method)
5 uses
reflect (current package)
type.go#L196: FieldByName(name string) (StructField, bool)
go.uber.org/mock/gomock
string.go#L34: _, isgomock := typ.FieldByName("isgomock")
golang.org/x/tools/go/ast/edge
edge.go#L186: f, ok := nodePtrType.Elem().FieldByName(fieldName)
text/template
exec.go#L711: tField, ok := receiver.Type().FieldByName(fieldName)
exec.go#L749: if _, ok := etyp.FieldByName(fieldName); !ok {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)