Documentation
¶
Index ¶
Constants ¶
View Source
const OSBinaryExtension = ""
OSBinaryExtension is the default extensions for binaries in the current OS For linux it is an empty string
Variables ¶
View Source
var ( ErrProgramNotFound = errors.New("program not found") ErrSourceNotFound = errors.New("source not found") )
Functions ¶
This section is empty.
Types ¶
type FileFinder ¶
type StartedTest ¶
type TestResult ¶
type Tester ¶
type Tester interface { Start(t Test) (started StartedTest, err error) Wait(started StartedTest) (result TestResult, err error) }
type ToolchainFactory ¶
type ToolchainFinder ¶
type ToolchainFinder interface {
Find(string) (ToolchainLoader, error)
}
Click to show internal directories.
Click to hide internal directories.