func internal/goroot.IsStandardPackage
2 uses
internal/goroot (current package)
gc.go#L19: func IsStandardPackage(goroot, compiler, path string) bool {
go/build
build.go#L710: if ctxt.Compiler == "gccgo" && goroot.IsStandardPackage(ctxt.GOROOT, ctxt.Compiler, path) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)