go-mutesting icon indicating copy to clipboard operation
go-mutesting copied to clipboard

update go get to go install

Open AkritW opened this issue 2 years ago • 2 comments

AkritW avatar Jan 17 '23 09:01 AkritW

Hello,

I had a quick try at the command, I can't get it working for Go 1.18:

$ go install -v github.com/zimmski/go-mutesting/...
go: warning: "github.com/zimmski/go-mutesting/..." matched no packages

Here is a working command on my side:

go install github.com/zimmski/go-mutesting/cmd/go-mutesting@latest

Stoakes avatar Apr 23 '23 19:04 Stoakes

You are right. I tested and fixed it.

AkritW avatar May 10 '23 07:05 AkritW