notmuch/bindings/go
Justus Winter 97565b77cd go: reorganize the go bindings
go 1 introduced the "go" program that simplifies building of libraries
and programs. This patch reorganizes the go code so it can be compiled
using the new utility, it does not change any files.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-05-11 08:32:44 -03:00
..
cmds go: reorganize the go bindings 2012-05-11 08:32:44 -03:00
pkg go: reorganize the go bindings 2012-05-11 08:32:44 -03:00
src go: reorganize the go bindings 2012-05-11 08:32:44 -03:00
LICENSE Initial import of Go bindings for notmuch 2011-01-26 15:59:19 +10:00
Makefile Initial import of Go bindings for notmuch 2011-01-26 15:59:19 +10:00
README bindings/go: Add a todo file 2011-01-26 15:59:19 +10:00

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] http://notmuchmail.org/