diff options
author | davorao <davor.martinovic@gmail.com> | 2020-04-13 19:21:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 19:21:38 +0200 |
commit | 13e1529f1682a0c4f7f0b945af5a2a10ec74b7cb (patch) | |
tree | 306ffb6500823382603efaa6825f59219fc5d5f0 /README.md | |
parent | 3127ad9a44a2ee935502816065dfe39f494f583d (diff) | |
download | go-git-13e1529f1682a0c4f7f0b945af5a2a10ec74b7cb.tar.gz |
Change the link of the storer docs
Change storer:
- from godoc.org
- to pkg.go.dev
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 types of storage, such as in-memory filesystems, or custom implementations, thanks to the [`Storer`](https://godoc.org/github.com/go-git/go-git/v5/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://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer) interface. It's being actively developed since 2015 and is being used extensively by [Keybase](https://keybase.io/blog/encrypted-git-for-everyone), [Gitea](https://gitea.io/en-us/) or [Pulumi](https://github.com/search?q=org%3Apulumi+go-git&type=Code), and by many other libraries and tools. |