goget
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
Installation
Run the following command in a terminal and you’re ready to go!
Install using Go
go install github.com/MarvinJWendt/[email protected]
Install using instl
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