Documentation
¶
Index ¶
Constants ¶
View Source
const Path = ".gotcha.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Include []string `yaml:"include"`
Exclude []string `yaml:"exclude"`
Args []string `yaml:"args"`
}
func LoadByPath ¶
func (Config) PackagesToTest ¶
func (Config) ShouldExclude ¶
Click to show internal directories.
Click to hide internal directories.