func runtime.Version
4 uses
runtime (current package)
extern.go#L373: func Version() string {
runtime/debug
mod.go#L35: bi.GoVersion = runtime.Version()
go.pact.im/x/httpdebug
httpdebug.go#L57: info = &debug.BuildInfo{GoVersion: runtime.Version()}
golang.org/x/tools/go/packages
packages.go#L1145: if _, err := fmt.Sscanf(runtime.Version(), "go1.%d", &runtimeVersion); err == nil && runtimeVersion < lpkg.goVersion {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)