Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages go imports
func NewManager ¶
NewManager returns an import manager for the package described by self. It should be a complete import path.
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver figures out go import paths for packages
func NewResolver ¶
NewResolver figures out the go module name and directory and returns an initialised Resolver
Click to show internal directories.
Click to hide internal directories.