https://github.com/visualfc/gomod
load go mod util
https://github.com/visualfc/gomod
Last synced: 8 months ago
JSON representation
load go mod util
- Host: GitHub
- URL: https://github.com/visualfc/gomod
- Owner: visualfc
- License: apache-2.0
- Created: 2022-05-10T22:31:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T13:58:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T09:47:25.084Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomod
load go mod util
```
mpkg, err := gomod.Load(dir)
pkg, dir, found := mpkg.Lookup(pkg)
```