aboutsummaryrefslogtreecommitdiff
path: root/bindings/go/cmds
AgeCommit message (Collapse)Author
2012-05-11go: update the build systemJustus Winter
The new "go" utility does not require any Makefiles to compile go packages and programs. Remove the old Makefiles and replace the top level Makefile with one defining some convenience targets for compiling the notmuch bindings and the notmuch-addrlookup utility. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-05-11go: reorganize the go bindingsJustus Winter
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-11go: update notmuch-addrlookup to the new APIJustus Winter
notmuch.OpenDatabase now returns a status indicating success or failure. Use this information to inform the user of any failures. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2011-02-03update for go-release-2011-02-01:Sebastien Binet
* M bindings/go/cmds/notmuch-addrlookup.go log.Exitf -> log.Fatalf
2011-01-26Migrate to goconfig pkgSebastien Binet
2011-01-26Initial import of Go bindings for notmuchSebastien Binet