go/types.Struct.tags (field)
7 uses
go/types (current package)
struct.go#L19: tags []string // field tags; nil if there are no tags
struct.go#L36: s := &Struct{fields: fields, tags: tags}
struct.go#L49: if i < len(s.tags) {
struct.go#L50: return s.tags[i]
struct.go#L175: styp.tags = tags
subst.go#L105: s := &Struct{fields: fields, tags: t.tags}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)