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",