[go-nuts] Re: beginner : best way to learn go

2017-12-16 Thread Terry McKenna
I've not read the book myself but it's a new title and might be worth the $25: "Sams Teach Yourself Go in 24 hours" *"In just 24 sessions of one hour or less, Sams Teach Yourself Go in 24 Hours will help new and experienced programmers build software that’s simpler, more reliable, and far more

[go-nuts] Re: beginner : best way to learn go

2017-12-16 Thread Terry McKenna
The question is "what's the best way to learn Go". On Monday, January 19, 2015 at 1:57:56 PM UTC-5, akwillis wrote: > > I'd suggest trying out rust first. A true open source project. > > On Saturday, January 17, 2015 at 4:15:08 AM UTC-5, Roelof Wobben wrote: >> >> Hello, >> >> I like to learn Go

[go-nuts] Re: Short Variable Declaration Question

2016-11-18 Thread Terry McKenna
Alright. Thanks guys. On Friday, November 18, 2016 at 10:22:06 AM UTC-5, Terry McKenna wrote: > > Hi Guys, > > I am reading "The Go Programming Language": Donovan, Kernighan (pg.31): > > "One subtle but important point: a short variable declaration does n

[go-nuts] Short Variable Declaration Question

2016-11-18 Thread Terry McKenna
Hi Guys, I am reading "The Go Programming Language": Donovan, Kernighan (pg.31): "One subtle but important point: a short variable declaration does not necessarily declare all the variables on the its left-hand side. If some of them were already declared in the same lexical block then then the