Rubigo: Golang vendor utility and package manager

Rubigo is a dependency tool and package manager for Golang, written in Rust. Rubigo uses vendor directory (starting from Go 1.5) to install packages, however it is possible to add packages globally (in GOPATH/src directory) or make a local package in vendor directory.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.