The highest tagged major version is
v2.
package
Version:
v1.12.0-3
Opens a new window with list of versions in this module.
Published: Jun 19, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Executor interface {
Exec(ctx context.Context, exePath string, args []string) (int, error)
ExecXSys(exePath string, args []string) error
GoBuild(ctx context.Context, exePath, src, exeDir string) (int, error)
GoInstall(ctx context.Context, path, gobin string) (int, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.