Commit f2cda906e515bd4cb0cfe244652d764fdabbe23b

Carlos Martín Nieto 2013-08-31T17:42:38

Point to the right Go bindings

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index bcab8ac..44fd059 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ Here are the bindings to libgit2 that are currently available:
 * Erlang
     * Geef <https://github.com/carlosmn/geef>
 * Go
-    * go-git <https://github.com/str1ngs/go-git>
+    * git2go <https://github.com/libgit2/git2go>
 * GObject
     * libgit2-glib <https://live.gnome.org/Libgit2-glib>
 * Haskell