go get wrong module path in README.md
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.9k
- Forks
- 406
- PR merge metrics
- No merged PRs in 30d
Description
Current command:
go get github.com/Microsoft/ethr
Output:
go get: github.com/Microsoft/ethr@v0.2.1 updating to
github.com/Microsoft/ethr@v1.0.0: parsing go.mod:
module declares its path as: github.com/microsoft/ethr
but was required as: github.com/Microsoft/ethr
Fixed command:
go get github.com/microsoft/ethr
Output:
go: downloading github.com/microsoft/ethr v1.0.0
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
go: downloading github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
go: downloading golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5
go: downloading golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
Make sure to clean cache when module is already downloaded:
go clean -modcache
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Update README.md, replacing the mixed-case go get path with github.com/microsoft/ethr. Check the existing command and module path, then verify the documented command matches go.mod; mention go clean -modcache only where needed for cached modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100