6 ms·
Goblin is a service that builds a go binary for your platform on the fly and downloads it in PATH. This is a much faster way than setting up Github Actions to b
by remorses 2y ago
Goblin is a service that builds a go binary for your platform on the fly and downloads it in PATH. This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release. You can also use go install if you know what you are doing.
- leetrout 2y ago> This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release It's not even that hard. Just use GoReleaser. https://goreleaser.com/ https://goreleaser.com/