package
0.0.0-20180324183618-49215995687c
Repository: https://github.com/xeger/mongoose.git
Documentation: pkg.go.dev
# Functions
NewPackage loads *.go from a given directory and returns type information about the package defined in it.
NewResolver creates a simple resolver that keeps state with a pair of maps.
# Interfaces
Resolver assigns unique file-local import names ("nicknames") to packages that will be imported and used in a Go source file.
# Type aliases
Results are the type(s) returned by an interface method.