A simple go module downloader
Installation | Documentation | Contributing
Goget is a simple go module downloader. If ran without arguments, it will prompt for a list of modules to get. If ran with arguments, it will get the specified modules.
If you want to add a missing module, you can do so by creating a PR on the goget repository: https://github.com/MarvinJWendt/goget
Run the following command in a terminal and you're ready to go!
go install github.com/MarvinJWendt/goget@latest
Windows
iwr instl.sh/MarvinJWendt/goget/windows | iex
macOS
curl -sSL instl.sh/MarvinJWendt/goget/macos | bash
Linux
curl -sSL instl.sh/MarvinJWendt/goget/linux | bash
Goget currently has 23 modules registered.
To add modules into the goget registry, make a PR on GitHub!
https://github.com/MarvinJWendt/goget/blob/main/modules/modules.go