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
Hi,
I really like the linter but neither
go install github.com/alecthomas/go-check-sumtype
nor
go install github.com/alecthomas/go-check-sumtype/cmd/go-check-sumtype
seem to install a binary.
The text was updated successfully, but these errors were encountered:
You need to append @latest since Go ~1.18 or so:
@latest
go install github.com/alecthomas/go-check-sumtype/cmd/go-check-sumtype@latest
Sorry, something went wrong.
FYI this will end up in $GOBIN, which you can find with go env GOBIN
$GOBIN
go env GOBIN
Thanks for your quick reply. What do you think about having it in the README?
No branches or pull requests
Hi,
I really like the linter but neither
nor
seem to install a binary.
The text was updated successfully, but these errors were encountered: