Documentation ¶
Index ¶
- func Build(arg string, conf *BuildConfig) (err error)
- func BuildFiles(files []string, conf *BuildConfig) (err error)
- func Install(arg string, conf *InstallConfig) (err error)
- func InstallFiles(files []string, conf *InstallConfig) (err error)
- func RunDir(dir string, args []string, conf *RunConfig) (err error)
- func RunFiles(files []string, args []string, conf *RunConfig) (err error)
- func Test(arg string, conf *TestConfig) (err error)
- func TestFiles(files []string, conf *TestConfig) (err error)
- type BuildConfig
- type Config
- type GopEnv
- type InstallConfig
- type RunConfig
- type TestConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(arg string, conf *BuildConfig) (err error)
func BuildFiles ¶
func BuildFiles(files []string, conf *BuildConfig) (err error)
func Install ¶
func Install(arg string, conf *InstallConfig) (err error)
func InstallFiles ¶
func InstallFiles(files []string, conf *InstallConfig) (err error)
func Test ¶
func Test(arg string, conf *TestConfig) (err error)
func TestFiles ¶
func TestFiles(files []string, conf *TestConfig) (err error)
Types ¶
type BuildConfig ¶
type BuildConfig = Config
type InstallConfig ¶
type InstallConfig = Config
type TestConfig ¶
type TestConfig = Config
Click to show internal directories.
Click to hide internal directories.