diff --git a/README.md b/README.md index afe946d0..9b05f9b9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Text Processing](#text-processing) - [Third-party APIs](#third-party-apis) - [Utilities](#utilities) + - [Version Control](#version-control) - [Video](#video) - [Web Frameworks](#web-frameworks) - [Middlewares](#middlewares) @@ -551,6 +552,15 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. +## Version Control + +*Libraries for version control.* + +* [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2. +* [go-vcs](https://github.com/sourcegraph/go-vcs) - manipulate and inspect VCS repositories in Go. +* [hgo](https://github.com/beyang/hgo) - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. + + ## Video *Libraries for manipulating video.*