go/build.Context.BuildTags (field)

3 uses

	go/build (current package)
		build.go#L62: 	BuildTags   []string
		build.go#L1168: 	cmd := exec.Command("go", "list", "-e", "-compiler="+ctxt.Compiler, "-tags="+strings.Join(ctxt.BuildTags, ","), "-installsuffix="+ctxt.InstallSuffix, "-f={{.Dir}}\n{{.ImportPath}}\n{{.Root}}\n{{.Goroot}}\n{{if .Error}}{{.Error}}{{end}}\n", "--", path)
		build.go#L1904: 	for _, tag := range ctxt.BuildTags {