| 1 | // Package gettool combines and replaces curl, tar and gunzip, sha256sum and a bunch of Makefile scripts |
| 2 | // to quickly download, verify and install OS-specific version of tools (typically from GitHub) |
| 3 | // in a platform-agnostic manner without external tooling. |
| 4 | package main |