rakyll / gotest

go test with colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doesn't support 1.18.x ?

lkeix opened this issue · comments

commented

Hi

I used gotest on goenv 1.18.
I can't run gotest command after go get -u github.com/rakyll/gotest.

If I can run gotest command, run below command.

mkdir $GOPATH/bin
cd $GOPATH/pkg/mod/github.com/rakyll/gotest@v0.0.6
go build -o gotest main.go
mv gotest $GOPATH/bin

use go install instead of go get -u

See: https://go.dev/doc/go-get-install-deprecation