Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
BuildMod string // BuildMod can be set readonly, vendor, or mod.
)
Functions ¶
Types ¶
type ListDriver ¶
type ListDriver struct {
// contains filtered or unexported fields
}
ListDriver implement (*ixgo.Context).Lookup use go list
func (*ListDriver) Lookup ¶
func (d *ListDriver) Lookup(root string, path string) (dir string, found bool)
Lookup implement (*ixgo.Context).Lookup
func (*ListDriver) Parse ¶
func (d *ListDriver) Parse(root string) error
Parse parse deps by go list
Click to show internal directories.
Click to hide internal directories.