# README
Fast parse Go modules
go get github.com/visualfc/fastmod
Usages:
pkg, err := fastmod.LoadPackage(dir, &build.Default)
if err != nil {
return
}
path, dir, typ := pkg.Lookup(pkg)
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
mod pkg dep gopath/pkg/mod.
gopath pkg.
goroot pkg.
mod pkg sub local.
mod pkg sub local mod.
mod pkg.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author