From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 143ED6DE11A3 for ; Sun, 4 Sep 2016 04:07:17 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aNkmFa2TxXIG for ; Sun, 4 Sep 2016 04:07:16 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 2C96B6DE115C for ; Sun, 4 Sep 2016 04:07:16 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bgVGX-0006Rp-2b; Sun, 04 Sep 2016 07:07:09 -0400 Received: (nullmailer pid 9771 invoked by uid 1000); Sun, 04 Sep 2016 11:07:11 -0000 From: David Bremner To: laochailan , notmuch@notmuchmail.org Cc: laochailan Subject: Re: [PATCH 0/5] Additions to Go bindings In-Reply-To: <1433073735-7721-1-git-send-email-laochailan@web.de> References: <1433073735-7721-1-git-send-email-laochailan@web.de> User-Agent: Notmuch/0.22.1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sun, 04 Sep 2016 08:07:11 -0300 Message-ID: <871t0zkjog.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2016 11:07:17 -0000 laochailan writes: > 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 I have pushed patches 1, 2, and a modified version of 5. d