#Repo does not have a valid module path
9 messages · Page 1 of 1 (latest)
I would guess that your go.mod specifies module rcon instead of module github.com/vibeisveryo/rcon
it needs to be package github.com/vibe.../rcon
In go.mod module github.com/vibeisveryo/rcon
package i think should remain as main
Oh wait no i got confused with other person asking about go install your package should change as well since you can't import main packages
my bad i meant module <link to the repo> instead of package..
you also should not copy what i send, it's for demonstration to get the message across
just to be sure you should share the actual links to github and pkg.go,dev, and the current content of your go.mod