We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Since you have tagged v2 version of the package, can you also please update go.mod file, with
module github.com/tofuutils/tenv/v2
To make it go install-able again.
To Reproduce Steps to reproduce the behavior:
$ go install -v github.com/tofuutils/tenv/cmd/tenv@latest go: downloading github.com/tofuutils/tenv v1.11.19
Expected behavior
go install -v github.com/tofuutils/tenv/cmd/tenv/v2@latest will install latest v2.
go install -v github.com/tofuutils/tenv/cmd/tenv/v2@latest
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
#177
Sorry, something went wrong.
looks like that quick fix didn't help. Will check it later
Original command from the description had /v2 in the wrong place. Actual command looks like this:
/v2
$ go install -v github.com/tofuutils/tenv/v2/cmd/...@latest go: downloading github.com/tofuutils/tenv/v2 v2.1.7 github.com/tofuutils/tenv/v2/pkg/reversecmp github.com/tofuutils/tenv/v2/pkg/winbin
Successfully merging a pull request may close this issue.
Describe the bug
Since you have tagged v2 version of the package, can you also please update go.mod file, with
To make it go install-able again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
go install -v github.com/tofuutils/tenv/cmd/tenv/v2@latest
will install latest v2.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: