Using go get -u github.com/cweill/gotests/... to install would give following error message.
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
Instruction to use go install is added to README for Go version >= 1.17.
Using go get -u github.com/cweill/gotests/... to install would give following error message.
Instruction to use go install is added to README for Go version >= 1.17.