Skip to content

Installation does not work. #1

New issue

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

Closed
jeschkies opened this issue Nov 1, 2023 · 3 comments
Closed

Installation does not work. #1

jeschkies opened this issue Nov 1, 2023 · 3 comments

Comments

@jeschkies
Copy link

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.

@alecthomas
Copy link
Owner

You need to append @latest since Go ~1.18 or so:

go install github.com/alecthomas/go-check-sumtype/cmd/go-check-sumtype@latest

@alecthomas
Copy link
Owner

FYI this will end up in $GOBIN, which you can find with go env GOBIN

@jeschkies
Copy link
Author

Thanks for your quick reply. What do you think about having it in the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants