Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver determines all Go Source files that are imported by Go-Files in the passed paths
func NewResolver ¶
NewResolver returns a resolver that resolves all go source files in the GoDirs and it's imports to filepaths. env specifies the environment variables to use during resolving. If empty or nil the default Go environment is used.
Click to show internal directories.
Click to hide internal directories.