Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProgramName = "Gotip" AppVersion = "0.6.2" )
View Source
const (
UnresolvedTestCaseName = "???"
)
Variables ¶
This section is empty.
Functions ¶
func SaveHistories ¶ added in v0.3.0
Types ¶
type Config ¶ added in v0.2.0
type Config struct {
Command []string `toml:"command"`
Ignore []string `toml:"ignore"`
History HistoryConfig `toml:"history"`
}
func LoadConfig ¶ added in v0.2.0
type Histories ¶ added in v0.3.0
func LoadHistories ¶ added in v0.3.0
type History ¶ added in v0.3.0
type HistoryConfig ¶ added in v0.3.0
type Target ¶
func (*Target) DropLastSegment ¶
func (t *Target) DropLastSegment()
type TestFunction ¶
Click to show internal directories.
Click to hide internal directories.