Homepage: https://github.com/yaa110/rubigo

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.

Why yet another package manager:

I started a project with Glide, then created some local packages inside vendor 
folder (which makes it possible to change the path of project without worrying 
about GOPATH), I wrote some codes, before staging them, I ran glide install ... 
oops! ... my code has gone. I marked those local packages as ignore in the 
manifest file, but it seems glide does not respect to its features. So, I 
decided to write my own package manager which respects to my manual changes.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to