Show HN: Golang binaries built for your users depending on their arch and system
Summary
The Goblin project offers a curl-based installer that builds and serves Go binaries tailored to a user’s OS, architecture, and version. It uses proxy.golang.org for module resolution and provides configurable options like installation path, binary name, and command path, highlighting a novel approach to distributing Go tools across environments.