Is your feature request related to a problem? Please describe.
Right now, the only way to install is pipe an executable to a shell, which is not very convenient (and could be considered not safe as well).
Describe the solution you'd like
I think every Go project should at least support the following installation methods:
go install <...>@latest that, IMO, is a must!
- Install with
brew; given the existence of goreleaser, this is also very trivial I'd say.
Describe alternatives you've considered
Tried doing a go install`, but it failed.
Is your feature request related to a problem? Please describe.
Right now, the only way to install is pipe an executable to a shell, which is not very convenient (and could be considered not safe as well).
Describe the solution you'd like
I think every Go project should at least support the following installation methods:
go install <...>@latestthat, IMO, is a must!brew; given the existence of goreleaser, this is also very trivial I'd say.Describe alternatives you've considered
Tried doing a
goinstall`, but it failed.