Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrGoModNotFound = errors.New("go mod not found")
View Source
var ErrGoPkgNotFound = errors.New("GOPATH not found")
Functions ¶
func CurrentVendorRootPth ¶
Types ¶
type Analyzer ¶
type Analyzer interface { Analyze() ([]OutputEntry, error) Print() []byte }
type ExtractFunc ¶
type OutputEntry ¶
func (OutputEntry) String ¶
func (o OutputEntry) String() string
Click to show internal directories.
Click to hide internal directories.