github.com/vmihailenco/tagparser.Tag.Name (field)

4 uses

	github.com/vmihailenco/tagparser/v2
		tagparser.go#L10: 	Name    string
		tagparser.go#L42: 			p.Tag.Name = value

	github.com/vmihailenco/msgpack/v5
		types.go#L184: 		if tag.Name == "-" {
		types.go#L200: 			name:      tag.Name,