Picture of the author

GoGet is a simple package manager for Go written in Go. It allows you to install, update, and remove Go packages from the command line.

Features

Installation

To build and use GoGet, follow these steps:

  1. Clone the repository:
    git clone https://github.com/xanmoy/goget.git
    cd goget
  2. Build the project:
    go build -o goget ./cmd/goget
  3. Install the binary (optional):

    You can move the goget binary to a directory in your PATH for easier access:

    sudo mv goget /usr/local/bin/

Usage

Once installed, you can use GoGet from the command line with the following commands:

Contributing

Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or issues, please open an issue on GitHub or contact contact@xanmoy.me.