An open API service indexing awesome lists of open source software.

https://github.com/visualfc/fastmod


https://github.com/visualfc/fastmod

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

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)