aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-04-14 09:12:50 +0200
committerGitHub <noreply@github.com>2020-04-14 09:12:50 +0200
commit908b15104ed07db199e624b3e3a26f536adb28fc (patch)
tree306ffb6500823382603efaa6825f59219fc5d5f0
parent3127ad9a44a2ee935502816065dfe39f494f583d (diff)
parent13e1529f1682a0c4f7f0b945af5a2a10ec74b7cb (diff)
downloadgo-git-908b15104ed07db199e624b3e3a26f536adb28fc.tar.gz
Merge pull request #27 from davorao/master
Change the link of the storer docs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e342723..5591e70 100644
--- a/README.md
+++ b/README.md
@@ -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.