Re: [PATCH 1/1] Go: Update to 1.7

2016-09-06 Thread Efraim Flashner
On Sat, Aug 20, 2016 at 12:20:30PM +0200, Petter wrote: > On 2016-08-20 02:07, Leo Famulari wrote: > > On Wed, Aug 17, 2016 at 10:54:36AM -0500, Alex Griffin wrote: > > > Thanks for contributing! Your changes work for me, but it looks like > > > your mail client mangled the formatting of your

Re: [PATCH 1/1] Go: Update to 1.7

2016-09-06 Thread ng0
I just started working on this in my gogs-feature guix checkout, when Petter pointed me to this patch. Is it on someones todo inbox, or can someone commit it? The last comment reads like go is good to go. We'll find out about the sanitizing thing when someone with more go knownledge runs into

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-20 Thread Petter
On 2016-08-20 02:07, Leo Famulari wrote: On Wed, Aug 17, 2016 at 10:54:36AM -0500, Alex Griffin wrote: Thanks for contributing! Your changes work for me, but it looks like your mail client mangled the formatting of your patch. So I produced a good patch with your changes, and added a copyright

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-19 Thread Matthew Jordan
Hi all, Sorry for the late reply, this week was busy one.. I'll take a closer look at it later tonight, presumming anyone needs me to weigh in. On first glance it looks ok though. Respectuflly, Matthew Jordan.

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-19 Thread Leo Famulari
On Wed, Aug 17, 2016 at 10:54:36AM -0500, Alex Griffin wrote: > Thanks for contributing! Your changes work for me, but it looks like > your mail client mangled the formatting of your patch. So I produced a > good patch with your changes, and added a copyright line and commit > message for you.

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-17 Thread Petter
Hi Alex, Great, thank you! On 2016-08-17 17:54, Alex Griffin wrote: On Wed, Aug 17, 2016, at 04:34 AM, Petter wrote: Hi, Made an attempt to update my first package. Hope it's good! Hi Petter, Thanks for contributing! Your changes work for me, but it looks like your mail client mangled

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-17 Thread Alex Griffin
On Wed, Aug 17, 2016, at 04:34 AM, Petter wrote: > Hi, > > Made an attempt to update my first package. > > Hope it's good! Hi Petter, Thanks for contributing! Your changes work for me, but it looks like your mail client mangled the formatting of your patch. So I produced a good patch with your

[PATCH 1/1] Go: Update to 1.7

2016-08-17 Thread Petter
Hi, Made an attempt to update my first package. Hope it's good! --- gnu/packages/golang.scm | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 09d962d..6e15cf6 100644 --- a/gnu/packages/golang.scm +++