mcorr icon indicating copy to clipboard operation
mcorr copied to clipboard

go get deprecated

Open jowodo opened this issue 2 years ago • 3 comments

As of go 1.7 go get only downloads and doesn't installs [1]

I managed to install with

go install github.com/kussell-lab/mcorr/cmd/mcorr-xmfa@latest
go install github.com/kussell-lab/mcorr/cmd/mcorr-bam@latest

instead of the mentioned

go get -u github.com/kussell-lab/mcorr/cmd/mcorr-xmfa
go get -u github.com/kussell-lab/mcorr/cmd/mcorr-bam

in the README.md file

[1] https://go.dev/doc/go-get-install-deprecation

jowodo avatar Jul 29 '22 10:07 jowodo