Categorygithub.com/visualfc/fastmod
repositorypackage
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)