go/build.Context.InstallSuffix (field)
4 uses
go/build (current package)
build.go#L75: InstallSuffix string
build.go#L588: if ctxt.InstallSuffix != "" {
build.go#L589: suffix = "_" + ctxt.InstallSuffix
build.go#L1234: cmd := exec.Command(goCmd, "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)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)