Errata

This section will contain errata and clarifications.

Page Error Credits / Props
21 Where it says, "here are some notes before you being...", "being" should be "begin" Jason Sabada
21 "Before we beigin ...", "beigin" should be "begin". Apparently I forgot how to spell "begin"... two different ways. :-) Jason Sabada
35 Where it says, "They just adds fat to ..." should be "They just add fat to..." Jason Sabada
65 In the code segment where it is printing out the last character in the string, the Printf occurs, it says "... the first character ..." when it should say, "... the last character ..." Jason Sabada
115 When I give an example of how an array is declared, it should have "var identifier [numElements] dataType" instead of "[numElements] dataType identifier" Jason Sabada
152 In the sentence with the phrase, "In order to understand exactly how does this ...", the word "Go" is missing. It should be, "In order to understand exactly how Go does this ..." Jason Sabada
164 In the sentence, "On line 12 conn of type net.Conn is instantiated on line 25 where the actual ..." should say something like, "On line 12 conn of type net.Conn is initialized. Then on line 25, it is instantiated..." Jason Sabada