miekg / gobook

A complete introduction into Go, superseded by https://github.com/miekg/learninggo
https://miek.nl/go
874 stars 96 forks source link

Chapter2 grammar #28

Closed djotto closed 12 years ago

djotto commented 12 years ago

One of these commits (767ee6ccb2b69781de7a0fc0faeb58a9fb25ba68) needs to be double-checked before merging.

miekg commented 12 years ago

cool thanks!

djotto commented 12 years ago

No problem. And thanks for the namecheck, I honestly wasn't expecting that, I'm mostly doing grammar edits.

BTW, on page 14 you introduce println() without any explanation.

I suggest sticking with fmt.Println() at this point, because it's one less thing to explain and println() writes to stdrerr.

On 31 August 2012 09:25, Miek Gieben notifications@github.com wrote:

cool thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/miekg/gobook/pull/28#issuecomment-8185508.

miekg commented 12 years ago

[ Quoting notifications@github.com in "Re: [gobook] Chapter2 grammar (#28)..." ]

No problem. And thanks for the namecheck, I honestly wasn't expecting that, I'm mostly doing grammar edits.

BTW, on page 14 you introduce println() without any explanation.

I suggest sticking with fmt.Println() at this point, because it's one less thing to explain and println() writes to stdrerr.

Good point. Will fix that this evening.

grtz Miek