Versions in this module Expand all Collapse all v0 v0.1.1 Jun 1, 2023 Changes in this version + var ErrGoModNotFound = errors.New("go mod not found") + var ErrGoPkgNotFound = errors.New("GOPATH not found") + func CurrentVendorRootPth(rootPth string) (string, error) + type Analyzer interface + Analyze func() ([]OutputEntry, error) + Print func() []byte + func New(pth string, printFunc func(items ...OutputEntry) Printer) Analyzer + type ExtractFunc func(t string) (tagDetail, bool) + type Option func(*analysis) + type OutputEntry struct + DefaultValue string + EntryName string + PackageName string + func (o OutputEntry) String() string + type Printer interface + Print func() []byte