go/build.Package.AllTags (field)

4 uses

	go/build (current package)
		build.go#L422: 	AllTags       []string // tags that can influence file selection in this directory
		build.go#L992: 		p.AllTags = append(p.AllTags, tag)
		build.go#L994: 	sort.Strings(p.AllTags)