From c14cc65dadbc3eae56998b03fe96a4605ab144f7 Mon Sep 17 00:00:00 2001 From: Oscar Campos Date: Mon, 8 Dec 2014 11:11:43 +0000 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba7dada..40db4a0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Why a tool to generate and manage virtual environments in Go?. Well, sometimes p maintain a project that requires a specific version of Go or use specific versions of 3rd party libraries that maybe depend themselves on some specific Go version. -There are already tools like `godep` to freeze dependencies and make the programmer able to build a package in +There are already tools like `godep` to vendoring dependencies and make the programmer able to build a package in consistent way reproducing the exact package ecosystem that was used when it was developed and Go versions managers like `gvm` that helps the programmer to install and use different Go versions. But there is no a tool that can do both and in an easy and familiar way.