diff options
author | hnarasaki <29487319+hnarasaki@users.noreply.github.com> | 2018-10-17 03:01:11 -0700 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2018-10-17 12:01:11 +0200 |
commit | 1a2248b4463cfd4c0e7377150448069d1969fc22 (patch) | |
tree | 7009ef4befbac18475aa71df614bfb28de6ac986 /README.md | |
parent | cd64b4d630b6c2d2b3d72e9615e14f9d58bb5787 (diff) | |
download | go-git-1a2248b4463cfd4c0e7377150448069d1969fc22.tar.gz |
Fixed a typo. (#989)
README: Fixed a typo.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ *go-git* is a highly extensible git implementation library written in **pure Go**. -It can be used to manipulate git repositories at low level *(plumbing)* or high level *(porcelain)*, through an idiomatic Go API. It also supports several type of storage, such as in-memory filesystems, or custom implementations thanks to the [`Storer`](https://godoc.org/gopkg.in/src-d/go-git.v4/plumbing/storer) interface. +It can be used to manipulate git repositories at low level *(plumbing)* or high level *(porcelain)*, through an idiomatic Go API. It also supports several types of storage, such as in-memory filesystems, or custom implementations thanks to the [`Storer`](https://godoc.org/gopkg.in/src-d/go-git.v4/plumbing/storer) interface. It's being actively develop since 2015 and is being use extensively by [source{d}](https://sourced.tech/) and [Keybase](https://keybase.io/blog/encrypted-git-for-everyone), and by many other libraries and tools. |