go/build.Package.AllTags (field)

4 uses

	go/build (current package)
		build.go#L450: 	AllTags       []string // tags that can influence file selection in this directory
		build.go#L1053: 		p.AllTags = append(p.AllTags, tag)
		build.go#L1055: 	slices.Sort(p.AllTags)