Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct {
// contains filtered or unexported fields
}
Deps is a set of dependencies for testing
func NewDeps ¶
func NewDeps(loader PackagesLoader) *Deps
type PackagesLoader ¶
type PackagesLoader interface {
PackagesLoad(cfg *packages.Config, patterns ...string) ([]*packages.Package, error)
}
PackagesLoader is an interface to get packages.Load testable
type WhyGoOverResults ¶
func (WhyGoOverResults) String ¶
func (r WhyGoOverResults) String() string
Click to show internal directories.
Click to hide internal directories.