package
0.0.0-20240310010237-a3f02065c60a
Repository: https://github.com/goki/go-tools.git
Documentation: pkg.go.dev
# Functions
GoVersion reports the minor version number of the highest release tag built into the go command on the PATH.
GoVersionOutput returns the complete output of the go version command.
No description provided by the author
ParseGoVersionOutput extracts the Go version string from the output of the "go version" command.
VendorEnabled reports whether vendoring is enabled.
# Variables
DebugHangingGoCommands may be set by tests to enable additional instrumentation (including panics) for debugging hanging Go commands.
# Structs
An Invocation represents a call to the go command.
ModuleJSON holds information about a module.
An Runner will run go command invocations and serialize them if it sees a concurrency error.