aboutsummaryrefslogtreecommitdiff
path: root/contrib/go/README
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-08-23 20:50:05 -0300
committerDavid Bremner <david@tethera.net>2016-09-03 20:13:08 -0300
commitb0d03fc5ba1211ed783a5c052d01407d95c8446f (patch)
tree2ca9c78a2380bdcf9dda25a0affb834c8f70a9e6 /contrib/go/README
parent2f2df00d436b117acd3e0de13548406efaf272b8 (diff)
bindings: move go bindings to contrib
This signals two things, an intent to be more liberal about accepting patches, and an intent to stop distributing the bindings if maintenance doesn't pick up.
Diffstat (limited to 'contrib/go/README')
-rw-r--r--contrib/go/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/go/README b/contrib/go/README
new file mode 100644
index 00000000..1825ae03
--- /dev/null
+++ b/contrib/go/README
@@ -0,0 +1,16 @@
+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?)
+
+todo
+----
+
+ - improve notmuch-addrlookup regexp
+
+[1] https://notmuchmail.org/