func runtime.GOROOT
5 uses
runtime (current package)
extern.go#L243: func GOROOT() string {
go/build
build.go#L288: if filepath.Clean(def) == filepath.Clean(runtime.GOROOT()) {
build.go#L305: c.GOROOT = pathpkg.Clean(runtime.GOROOT())
gc.go#L16: return filepath.Join(runtime.GOROOT(), "pkg/tool/"+runtime.GOOS+"_"+runtime.GOARCH)
time
zoneinfo_unix.go#L25: runtime.GOROOT() + "/lib/time/zoneinfo.zip",
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)