aboutsummaryrefslogtreecommitdiff
path: root/bindings/go/src
AgeCommit message (Collapse)Author
2012-05-15go: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-11go: format the souce code using gofmtJustus Winter
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-05-11go: update the addrlookup utility to go 1Justus Winter
Use the new built in error type that replaces os.Error, adapt the code to the fact that strings.Split has just two arguments now. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2012-05-11go: set LDFLAGS to -lnotmuch in the packages source fileJustus Winter
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>
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>