diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-02-01 12:35:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 12:35:47 +0100 |
commit | 5a8fcd1e7e9464f96afc5f1696e6aea345a932f3 (patch) | |
tree | f25177813e6dd73e34e7da41bfc33c0c6e196af0 | |
parent | a9920b123ba1f6819a8c03209582d4d28e9fd831 (diff) | |
download | go-git-5a8fcd1e7e9464f96afc5f1696e6aea345a932f3.tar.gz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# go-git [![GoDoc](https://godoc.org/srcd.works/go-git.v4?status.svg)](https://godoc.org/srcd.works/go-git.v4) [![Build Status](https://travis-ci.org/src-d/go-git.svg)](https://travis-ci.org/src-d/go-git) [![codecov.io](https://codecov.io/github/src-d/go-git/coverage.svg)](https://codecov.io/github/src-d/go-git) [![codebeat badge](https://codebeat.co/badges/b6cb2f73-9e54-483d-89f9-4b95a911f40c)](https://codebeat.co/projects/github-com-src-d-go-git) +# go-git [![GoDoc](https://godoc.org/srcd.works/go-git.v4?status.svg)](https://godoc.org/github.com/src-d/go-git) [![Build Status](https://travis-ci.org/src-d/go-git.svg)](https://travis-ci.org/src-d/go-git) [![codecov.io](https://codecov.io/github/src-d/go-git/coverage.svg)](https://codecov.io/github/src-d/go-git) [![codebeat badge](https://codebeat.co/badges/b6cb2f73-9e54-483d-89f9-4b95a911f40c)](https://codebeat.co/projects/github-com-src-d-go-git) A highly extensible git implementation in **pure Go**. |