reflect.StructTag.Lookup (method)

2 uses

	reflect (current package)
		type.go#L906: 	v, _ := tag.Lookup(key)
		type.go#L916: func (tag StructTag) Lookup(key string) (value string, ok bool) {