Categorygithub.com/yinyin/go-run-go
modulepackage
0.0.0-20191104183429-c34b80d46b08
Repository: https://github.com/yinyin/go-run-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

DefaultGoExecutablePath is the default path of `go` executable.

# Variables

ErrUnexpectCommandOutput indicate the output of `go` command not in expected form.

# Structs

CommandGo wraps command invocation and result parsing of `go` command.
EnvInfo represent the result of `go env` command.
Module is the structure of Module structure in `go list -json` result.
ModuleDownloadResult is the structure of module download description structure in `go mod download -json` result.
ModuleError is the loading module error.
Package is the structure of Package structure in `go list -json` result.
PackageError describes an error loading information about a package.