go/build.Context.GOARCH (field)
8 uses
go/build (current package)
build.go#L35: GOARCH string // target architecture
build.go#L303: c.GOARCH = buildcfg.GOARCH
build.go#L343: if runtime.GOARCH == c.GOARCH && runtime.GOOS == c.GOOS {
build.go#L344: c.CgoEnabled = cgoEnabled[c.GOOS+"/"+c.GOARCH]
build.go#L553: pkgtargetroot = "pkg/gccgo_" + ctxt.GOOS + "_" + ctxt.GOARCH + suffix
build.go#L555: pkgtargetroot = "pkg/" + ctxt.GOOS + "_" + ctxt.GOARCH + suffix
build.go#L1184: "GOARCH="+ctxt.GOARCH,
build.go#L1890: if name == ctxt.GOOS || name == ctxt.GOARCH || name == ctxt.Compiler {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)