func runtime.Version
13 uses
runtime (current package)
extern.go#L246: func Version() string {
cloud.google.com/go/cloudtasks/apiv2
doc.go#L86: s := runtime.Version()
cloud.google.com/go/container/apiv1
doc.go#L87: s := runtime.Version()
cloud.google.com/go/errorreporting/apiv1beta1
doc.go#L90: s := runtime.Version()
cloud.google.com/go/internal/version
version.go#L37: var goVersion = goVer(runtime.Version())
cloud.google.com/go/logging/apiv2
doc.go#L74: s := runtime.Version()
cloud.google.com/go/monitoring/apiv3
doc.go#L84: s := runtime.Version()
cloud.google.com/go/profiler
profiler.go#L231: return fmt.Errorf("mutex profiling is not supported by %s, requires Go 1.8 or later", runtime.Version())
cloud.google.com/go/secretmanager/apiv1
doc.go#L87: s := runtime.Version()
cloud.google.com/go/trace/apiv2
doc.go#L91: s := runtime.Version()
github.com/aws/aws-sdk-go/aws/corehandlers
user_agent.go#L16: runtime.Version(), runtime.GOOS, runtime.GOARCH),
github.com/prometheus/client_golang/prometheus
go_collector.go#L81: nil, Labels{"version": runtime.Version()}),
google.golang.org/api/internal/gensupport
version.go#L19: var goVersion = goVer(runtime.Version())
![]() |
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. |