type reflect.StructTag

6 uses

	reflect (current package)
		type.go#L1099: 	Tag       StructTag // field tag string
		type.go#L1113: type StructTag string
		type.go#L1120: func (tag StructTag) Get(key string) string {
		type.go#L1131: func (tag StructTag) Lookup(key string) (value string, ok bool) {
		type.go#L1198: 		f.Tag = StructTag(tag)

	src.elv.sh/pkg/parse
		pprint.go#L23: 	tag   reflect.StructTag