
Welcome to goget Package Manager
GoGet is an open-source command-line tool for managing Go packages. It simplifies the process of installing, updating, and removing packages with easy-to-use commands. Developed by Xanmoy
Installation
To build and use GoGet, follow these steps:
- Clone the repository:
git clone https://github.com/xanmoy/goget.git
cd goget - Build the project:
go build -o goget ./cmd/goget
- Install the binary (optional):
You can move the
goget
binary to a directory in yourPATH
for easier access:sudo mv goget /usr/local/bin/