Categorygithub.com/visualfc/fastmod
modulepackage
1.3.9
Repository: https://github.com/visualfc/fastmod.git
Documentation: pkg.go.dev

# 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

# Type aliases

No description provided by the author
No description provided by the author