Errata: September 27, 2018

Thank you for purchasing Get Programming with Go. Please post any errors, other than those listed below, in the book's Author Online Forum. We'll update this list as necessary. Thank you!



Page 105

The code listing for quick check 13.2 answer contains an extra space before the final curly brace.

Page 175

The code listing for the distance method contains an extra space before the final curly brace.

Page 182

The code listing for the main function contains an extra space before the final curly brace.

Page 184

The list of classical languages should be in alphabetical order, with Python appearing after PHP.

Page 194

Quick check 24.3 should contain a colon after "should output" and there should be no period after 135°54'0.0" E, as the solution does not print a period.

Page 223

The birthday method in listing 27.3 contains an extra space before the closing curly brace.

Page 243

Listing 28.16 contains an extra space before the final curly brace.