package
2.1.0+incompatible
Repository: https://github.com/x1unix/go-playground.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GOROOT returns host GOROOT variable from OS environment vars or from Go tool environment.
No description provided by the author
LookupEnv gets variable by name from shell environment or using Go environment using "go env" tool.
NewBuildService is BuildService constructor.
No description provided by the author
NewMockCommandRunner creates a new mock instance.

# Variables

ErrUndefinedEnvVariable occurs when requested environment variable is undefined or empty.

# Structs

BuildEnvironmentConfig is BuildService environment configuration.
BuildError is build error.
BuildService is WASM build service.
CleanupDispatchService calls cleanup entries after periodical interval of time.
MockCommandRunner is a mock of CommandRunner interface.
MockCommandRunnerMockRecorder is the mock recorder for MockCommandRunner.
No description provided by the author
Result is WASM build result.

# Interfaces

No description provided by the author
CommandRunner is abstract command cmdRunner.