aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/go/README
diff options
context:
space:
mode:
authorGravatar Sebastien Binet <binet@farnsworth>2010-11-10 18:18:44 +0100
committerGravatar Carl Worth <cworth@cworth.org>2011-01-26 15:59:19 +1000
commitc234f8f972c13d1725da3152b114311350fea541 (patch)
tree87cf7ce23e7ed8a896eb5787c6cc5dca8328a5de /bindings/go/README
parent8f1fdaaecb567ba402f17599ec38942af45aa9ae (diff)
Initial import of Go bindings for notmuch
Diffstat (limited to 'bindings/go/README')
-rw-r--r--bindings/go/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/bindings/go/README b/bindings/go/README
new file mode 100644
index 00000000..a7fc40f8
--- /dev/null
+++ b/bindings/go/README
@@ -0,0 +1,10 @@
+go-notmuch
+==========
+
+simple go bindings to the libnotmuch library[1].
+
+they are heavily inspired from the vala bindings from Sebastian Spaeth: https://github.com/spaetz/vala-notmuch
+
+note: the whole library hasn't been wrapped (yet?)
+
+[1] http://notmuchmail.org/ \ No newline at end of file