package
1.5.2
Repository: https://github.com/wokill/goc.git
Documentation: pkg.go.dev

# Functions

NewBuild creates a Build struct which can build from goc temporary directory, and generate binary in current working directory.
NewInstall creates a Build struct which can install from goc temporary directory.

# Variables

ErrEmptyTempWorkingDir represent the error that temporary working directory is empty.
ErrGocShouldExecInProject represents goc currently not support for the project.
ErrInvalidWorkingDir represents the working directory is invalid.
ErrNoPlaceToInstall represents the err that no place to install the generated binary.
ErrShouldNotReached represents the logic should not be reached in normal flow.
ErrTooManyArgs represents goc CLI only support limited arguments.
ErrWrongPackageTypeForBuild represents goc build command only support limited arguments.
ErrWrongPackageTypeForInstall represents goc install command only support limited arguments.

# Structs

Build is to describe the building/installing process of a goc build/install.