g64drive
g64drive copied to clipboard
go install fails
On Xubuntu 22.04 and go version go1.18.1 linux/amd64
:
$ go install github.com/rasky/g64drive@latest
go: downloading github.com/rasky/g64drive v0.3.2
go: github.com/rasky/g64drive@latest (in github.com/rasky/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
Cloning followed by go build
works fine though.