Extended go get

Alternative for the standard go get with a few little but useful features.

Motivation

At Avito, we develop many services written on Go, and many of them use different tools such as easyjson, mockgen, goimports, and others. It isn't effortless to manage all of them through all teams in the company.

For that reason, I need a tool that helps me to track tool dependencies for services, interact with them, and manage scripts related to them (Makefile, activate script, etc).

Features

Roadmap