# Functions
GetGoVersion obtains version of locally installed Go via "go version".
# Structs
No description provided by the author
GoBuild represents a Go builder (to run "go build").
GoIsInstalled represents a checker of whether Go is installed locally.
# Type aliases
CleanupFunc represents a function to be called once Go is no longer needed e.g.