aboutsummaryrefslogtreecommitdiff
path: root/bindings/go/src/notmuch/notmuch.go
Commit message (Collapse)AuthorAge
* go: Update for changes to notmuch_database_get_directoryAustin Clements2012-05-15
|
* go: format the souce code using gofmtJustus Winter2012-05-11
| | | | Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
* go: set LDFLAGS to -lnotmuch in the packages source fileJustus Winter2012-05-11
| | | | | | | Set the LDFLAGS to -lnotmuch so the resulting go package will be linked with libnotmuch. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
* 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>