Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadConfig ¶
type LoadConfig struct {
// BuildTags are passed to `go list` via `-tags`.
BuildTags []string
// Tests includes test files/packages when true.
Tests bool
}
LoadConfig configures how packages are loaded.
Click to show internal directories.
Click to hide internal directories.