func runtime.GOROOT

6 uses

	runtime (current package)
		extern.go#L235: func GOROOT() string {

	go/build
		build.go#L283: 		if filepath.Clean(def) == filepath.Clean(runtime.GOROOT()) {
		build.go#L300: 	c.GOROOT = pathpkg.Clean(runtime.GOROOT())
		gc.go#L16: 	return filepath.Join(runtime.GOROOT(), "pkg/tool/"+runtime.GOOS+"_"+runtime.GOARCH)

	golang.org/x/pkgsite/internal/symbol
		apigodoc.go#L69: 		apiGlob = filepath.Join(filepath.Clean(runtime.GOROOT()), "api", "go*.txt")

	time
		zoneinfo_unix.go#L25: 	runtime.GOROOT() + "/lib/time/zoneinfo.zip",