Add version control libraries.

Closes #169.
checkGoreportcard
Dmitri Shuralyov 10 years ago
parent 72b5c574d0
commit 1323dd2b1e

@ -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.*

Loading…
Cancel
Save