-
Notifications
You must be signed in to change notification settings - Fork 3
Install not working #2
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When I run the install command from the README:
go install github.com/sumant1122/Perfmon@latestI get this error:
go: github.com/sumant1122/Perfmon@latest: version constraints conflict:
github.com/sumant1122/Perfmon@v0.1.0: parsing go.mod:
module declares its path as: perfmon
but was required as: github.com/sumant1122/PerfmonI think the issue is that the module definition in the go.mod file is incorrect. It should say:
module github.com/sumant1122/Perfmon
Steps to Reproduce
Run go install command from README
Expected Behavior
Tool is installed as local binary for current user
Screenshots
No response
Perfmon Version
0.1.
Operating System
Ubuntu 22.04
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working