go/src/cmd/go/internal/gover/local.go

var TestVersion

// Local returns the local Go version, the one implemented by this go command.
func Local() string {}

// LocalToolchain returns the local toolchain name, the one implemented by this go command.
func LocalToolchain() string {}

func local() (goVers, toolVers string) {}