[PATCH 0/5] Additions to Go bindings

Subject: [PATCH 0/5] Additions to Go bindings

Date: Sun, 31 May 2015 14:02:10 +0200

To: notmuch@notmuchmail.org

Cc: laochailan

From: laochailan


I added bindings for thread lists and thread to the Go bindings and fixed
some wrong constant values.

Before, the comment style was not understood well by the automatic
documentation generator of Go, so I converted the documentation comments
to the // style.

Compare the documentation before:
http://godoc.org/github.com/notmuch/notmuch/bindings/go/src/notmuch#Message.RemoveTag
and after the changes:
http://godoc.org/github.com/laochailan/notmuch/bindings/go/src/notmuch#Message.RemoveTag

laochailan (5):
  Added thread bindings to go bindings
  fixed wrong constant values
  formatted comments for better godoc output
  fixed more wrongly initialized constants
  updated NEWS

 NEWS                               |   14 +
 bindings/go/src/notmuch/notmuch.go | 1325 +++++++++++++++++++++---------------
 2 files changed, 775 insertions(+), 564 deletions(-)

-- 
2.4.2


Thread: