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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |