Picture of the author

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:

  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/

Why GoGet?

Simplicity

GoGet offers a straightforward and user-friendly interface for managing Go packages, reducing complexity and saving time.

Efficiency

Designed to handle common package management tasks quickly, GoGet integrates seamlessly into your development workflow.

Open Source

GoGet is open-source and welcomes contributions from the community. It’s built with Go developers in mind, and we are committed to continuously improving and expanding its capabilities.

Whether you’re managing a few packages or a large set of dependencies, GoGet provides a reliable solution to streamline your Go development process.