To build and use GoGet, follow these steps:
git clone https://github.com/xanmoy/goget.git
cd goget
go build -o goget ./cmd/goget
You can move the goget
binary to a directory in your PATH
for easier access:
sudo mv goget /usr/local/bin/
Once installed, you can use GoGet from the command line with the following commands:
goget install <package>
Example:
goget install github.com/sirupsen/logrus
goget update <package>
Example:
goget update github.com/sirupsen/logrus
goget remove <package>
Example:
goget remove github.com/sirupsen/logrus
Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or issues, please open an issue on GitHub or contact contact@xanmoy.me.