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 {