Documentation
¶
Index ¶
- type Option
- type Resolver
- func (r *Resolver) GOPATH() string
- func (r *Resolver) GopkgRoot() string
- func (r *Resolver) IsGomodPackage(pkg *build.Package) bool
- func (r *Resolver) PrintFiles(w io.Writer) error
- func (r *Resolver) Resolve(nameOrDir string) error
- func (r *Resolver) ResolveAll() error
- func (r *Resolver) ResolveDir(dir string) error
- func (r *Resolver) ResolvePackage(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Resolver ¶
type Resolver struct {
GoFiles []string
CgoFiles []string
TestGoFiles []string
XTestGoFiles []string
// contains filtered or unexported fields
}
func NewResolver ¶
func (*Resolver) ResolveAll ¶
func (*Resolver) ResolveDir ¶
func (*Resolver) ResolvePackage ¶
Click to show internal directories.
Click to hide internal directories.