Show HN: Golang binaries built for your users depending on their arch and system
3 days ago
- #Go package installer
- #curl installation
- #open source tool
- Goblin is a service for installing Go packages via curl commands.
- Users can specify package versions, including exact versions, ranges, or commit hashes.
- Environment variables like PREFIX, OUT, and CMD_PATH allow customization of installation location, binary name, and package path.
- It works by resolving packages from proxy.golang.org and compiling binaries using Go 1.17.x via Docker, with a 200-second timeout.
- Donations are encouraged to support server costs and open-source work.