summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2011-03-23 17:06:49 -0700
committerScott Chacon <schacon@gmail.com>2011-03-23 17:06:49 -0700
commitf3cf7f6df1d2e2fcbd4f22dae318fbc4570833d8 (patch)
treec8987d72534cb7ce4f8f71153ab46a4a4a204b1a /README.md
parent815c9bc7debb7493f18cb7bca1febc11f5ea3ea6 (diff)
downloadlibgit2-f3cf7f6df1d2e2fcbd4f22dae318fbc4570833d8.tar.gz
add go-git (Go bindings) to the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f860eb22..1254adcd9 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,7 @@ Here are the bindings to libgit2 that are currently available:
* GitForDelphi (Delphi bindings) <https://github.com/libgit2/GitForDelphi>
* node-gitteh (Node.js bindings) <https://github.com/libgit2/node-gitteh>
* nodegit (Node.js bindings) <https://github.com/tbranyen/nodegit>
+* go-git (Go bindings) <https://github.com/str1ngs/go-git>
* libqgit2 (C++ QT bindings) <https://projects.kde.org/projects/playground/libs/libqgit2/>
* libgit2-ocaml (ocaml bindings) <https://github.com/burdges/libgit2-ocaml>
* Geef (Erlang bindings) <https://github.com/schacon/geef>