const cloud.google.com/go/internal/version.Repo

8 uses

	cloud.google.com/go/internal/version (current package)
		version.go#L29: const Repo = "20200911"

	cloud.google.com/go/errorreporting
		errors.go#L91: 	client.SetGoogleClientInfo("gccl", version.Repo)

	cloud.google.com/go/logging
		logging.go#L151: 	c.SetGoogleClientInfo("gccl", version.Repo)

	cloud.google.com/go/profiler
		profiler.go#L240: 		option.WithUserAgent(fmt.Sprintf("gcloud-go-profiler/%s", version.Repo)),
		profiler.go#L469: 	kv := append([]string{"gl-go", version.Go(), "gccl", version.Repo}, keyval...)
		profiler.go#L604: 	debugLog("Cloud Profiler Go Agent version: %s", version.Repo)

	cloud.google.com/go/storage
		storage.go#L62: var userAgent = fmt.Sprintf("gcloud-golang-storage/%s", version.Repo)
		storage.go#L78: var xGoogHeader = fmt.Sprintf("gl-go/%s gccl/%s", version.Go(), version.Repo)