From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Patch] go@1.4 Updated patch Date: Mon, 27 Jun 2016 14:11:25 +0200 Message-ID: <87lh1q96he.fsf@gnu.org> References: <87fusuh52h.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <1464968435.2613720.627094929.3FEBB927@webmail.messagingengine.com> <87d1nygoiq.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <871t4a7mkr.fsf@igalia.com> <8737omgukj.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <877fdukya9.fsf@gnu.org> <87vb0vvbqf.fsf@devserver.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHVO2-0006VH-4n for guix-devel@gnu.org; Mon, 27 Jun 2016 08:11:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHVNx-0003v9-Ly for guix-devel@gnu.org; Mon, 27 Jun 2016 08:11:34 -0400 In-Reply-To: <87vb0vvbqf.fsf@devserver.i-did-not-set--mail-host-address--so-tickle-me> (Matthew Jordan's message of "Sun, 26 Jun 2016 18:14:48 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Matthew Jordan Cc: guix-devel@gnu.org Hello, Matthew Jordan skribis: >> Also, why do we need this =E2=80=9Csrc=E2=80=9D output? IIUC, it contai= ns the source of >> some of the unit tests, right? > > I changed the "src" output to "tests", to clarify. OK; it=E2=80=99s not clear to me if users need it, but it probably doesn=E2= =80=99t hurt to keep it. > From 9063100cfec1b8f31d3da31465b03ed54a9469e5 Mon Sep 17 00:00:00 2001 > From: Matthew Jordan > Date: Thu, 26 May 2016 08:57:16 -0400 > Subject: [PATCH] gnu: Add go@1.4 > > * gnu/local.mk: Modified file. > * gnu/packages/golang.scm: New file. > > Co-author: Efraim Flashner > Co-author: Andy Wingo Pushed as 7a2941a83ee8ecac9ca7a3a076b1231805b39bbd with the cosmetic changes I had sent earlier. Thank you! Ludo=E2=80=99.