Add version control libraries.

Closes #169.
This commit is contained in:
Dmitri Shuralyov 2015-01-14 00:19:50 -08:00
parent 72b5c574d0
commit 1323dd2b1e

View File

@ -41,6 +41,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Text Processing](#text-processing) - [Text Processing](#text-processing)
- [Third-party APIs](#third-party-apis) - [Third-party APIs](#third-party-apis)
- [Utilities](#utilities) - [Utilities](#utilities)
- [Version Control](#version-control)
- [Video](#video) - [Video](#video)
- [Web Frameworks](#web-frameworks) - [Web Frameworks](#web-frameworks)
- [Middlewares](#middlewares) - [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. * [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 ## Video
*Libraries for manipulating video.* *Libraries for manipulating video.*