]> git.notmuchmail.org Git - notmuch/commit
go: reorganize the go bindings
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 9 May 2012 11:15:16 +0000 (13:15 +0200)
committerDavid Bremner <bremner@debian.org>
Fri, 11 May 2012 11:32:44 +0000 (08:32 -0300)
commit97565b77cdb4c7c2db82f0baa462eeabb17294dc
tree74dfc12deab8fc3d43b3b9fa840812b375c2674a
parentf83a5c6241db308393d9295aedbcfbeff43a53fd
go: reorganize the go bindings

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>
bindings/go/cmds/notmuch-addrlookup.go [deleted file]
bindings/go/pkg/notmuch.go [deleted file]
bindings/go/src/notmuch-addrlookup/addrlookup.go [new file with mode: 0644]
bindings/go/src/notmuch/notmuch.go [new file with mode: 0644]