From b768da5c35382c984db4ac1085115e1de61f9f21 Mon Sep 17 00:00:00 2001 From: Oscar Campos Date: Tue, 9 Dec 2014 19:40:55 +0000 Subject: [PATCH] added VenGO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6766ee08..76d5d91b 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for package and dependency management.* +* [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments * [godep](https://github.com/tools/godep) - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies. * [gom](https://github.com/mattn/gom) - Go Manager - bundle for go. * [goop](https://github.com/nitrous-io/goop) - A simple dependency manager for Go (golang), inspired by Bundler.