Documentation ¶
Index ¶
- Variables
- func GetGoPathDir(appDir string) string
- func GetGoRootDir(appDir string) string
- func GetTempDir() string
- func GoBuild(config GoConfig, src string, dest string, buildmode string, tags []string, ...) ([]byte, error)
- func GoCmd(config GoConfig, cwd string, command []string) ([]byte, error)
- func GoVersion(config GoConfig) ([]byte, error)
- type GoConfig
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GoBuild ¶
func GoBuild(config GoConfig, src string, dest string, buildmode string, tags []string, ldflags []string, gcflags, asmflags string, trimpath string) ([]byte, error)
GoBuild - Execute a go build command, returns stdout/error
Types ¶
Click to show internal directories.
Click to hide internal directories.