From f3cf7f6df1d2e2fcbd4f22dae318fbc4570833d8 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Wed, 23 Mar 2011 17:06:49 -0700 Subject: [PATCH] add go-git (Go bindings) to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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) * node-gitteh (Node.js bindings) * nodegit (Node.js bindings) +* go-git (Go bindings) * libqgit2 (C++ QT bindings) * libgit2-ocaml (ocaml bindings) * Geef (Erlang bindings)