aboutsummaryrefslogtreecommitdiff
path: root/bindings/go/cmds/notmuch-addrlookup.go
Commit message (Collapse)AuthorAge
* go: reorganize the go bindingsJustus Winter2012-05-11
| | | | | | | | 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>
* go: update notmuch-addrlookup to the new APIJustus Winter2012-05-11
| | | | | | | 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>
* update for go-release-2011-02-01:Sebastien Binet2011-02-03
| | | | | * M bindings/go/cmds/notmuch-addrlookup.go log.Exitf -> log.Fatalf
* Migrate to goconfig pkgSebastien Binet2011-01-26
|
* Initial import of Go bindings for notmuchSebastien Binet2011-01-26