Merge pull request #93 from romanoaugusto88/add_gpm

Add gpm on Package Management section.
This commit is contained in:
Matt Holt 2014-07-08 09:22:44 -06:00
commit 96c3974003

View File

@ -334,6 +334,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for package and dependency management.*
* [godep](https://github.com/tools/godep) - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies.
* [gpm](https://github.com/pote/gpm) - Barebones dependency manager for Go.
## DevOps Tools