unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Additions to Go bindings
@ 2015-05-31 12:02 laochailan
  2015-05-31 12:02 ` [PATCH 1/5] Added thread bindings to go bindings laochailan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: laochailan @ 2015-05-31 12:02 UTC (permalink / raw)
  To: notmuch; +Cc: 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-04 11:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-31 12:02 [PATCH 0/5] Additions to Go bindings laochailan
2015-05-31 12:02 ` [PATCH 1/5] Added thread bindings to go bindings laochailan
2015-05-31 12:02 ` [PATCH 2/5] fixed wrong constant values laochailan
2015-05-31 12:02 ` [PATCH 3/5] formatted comments for better godoc output laochailan
2015-05-31 12:02 ` [PATCH 4/5] fixed more wrongly initialized constants laochailan
2015-05-31 12:02 ` [PATCH 5/5] updated NEWS laochailan
2016-09-03 23:26 ` [PATCH 0/5] Additions to Go bindings David Bremner
2016-09-04 11:07 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).