Skip to content

Install not working #2

@ErikKalkoken

Description

@ErikKalkoken

Description

When I run the install command from the README:

go install github.com/sumant1122/Perfmon@latest

I 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/Perfmon

I 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions