]> git.notmuchmail.org Git - notmuch/commit
go: use a different goconfig package
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Tue, 23 Apr 2013 15:13:07 +0000 (17:13 +0200)
committerDavid Bremner <bremner@debian.org>
Sat, 4 May 2013 00:21:01 +0000 (21:21 -0300)
commit44fe1f2c160eb333732465f051e5110adeab6b0a
tree613a98f3762cdedd3c6dc7ebcfc411ea607a30c2
parent51b073c6f27f4439b2d003df1be1177365e555fe
go: use a different goconfig package

The notmuch-addrlookup utility uses a third party library to read the
notmuch configuration file. The previously used implementation at
"github.com/kless/goconfig" vanished, so this patch switches to the
implementation at "github.com/msbranco/goconfig". As the
implementations differ at the API level, the code is updated
accordingly.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/go/Makefile
bindings/go/src/notmuch-addrlookup/addrlookup.go