go/build.Package.Goroot (field)
9 uses
go/build (current package)
build.go#L405: Goroot bool // package found in Go root
build.go#L574: p.Goroot = true
build.go#L645: p.Goroot = isGoroot
build.go#L687: p.Goroot = true
build.go#L697: p.Goroot = true
build.go#L723: p.Goroot = true
build.go#L771: if ctxt.Compiler == "gccgo" && p.Goroot {
build.go#L787: if ctxt.Compiler == "gccgo" && p.Goroot {
build.go#L1188: p.Goroot = f[3] == "true"
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |