reflect.StructTag.Lookup (method)

4 uses

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

	github.com/jackc/pgx/v5
		rows.go#L627: 			dbTag, _ := sf.Tag.Lookup(structTagKey)
		rows.go#L803: 			dbTag, dbTagPresent := sf.Tag.Lookup(structTagKey)