func runtime.GOROOT

5 uses

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

	go/build
		build.go#L301: 		if filepath.Clean(def) == filepath.Clean(runtime.GOROOT()) {
		build.go#L338: 	if goroot := runtime.GOROOT(); goroot != "" {
		gc.go#L16: 	return filepath.Join(runtime.GOROOT(), "pkg/tool/"+runtime.GOOS+"_"+runtime.GOARCH)

	time
		zoneinfo_read.go#L554: 	if source, ok := gorootZoneSource(runtime.GOROOT()); ok {