Errata

Great Go: Level 1

Errata for Great Go: Level 1

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Other Digital Version part 17
about 49 seconds in

During part 17 of the video around 49 seconds in the sound distorts and loops the over and over so you can't hear the intended commentary.

I'm viewing it in Totem Movie Player 2.26.1 (that uses GStreamer 0.10.22) running on Ubuntu 9.04 (Kernel 2.6.28-18-generic)

Anonymous  Feb 20, 2010 
Other Digital Version 27
Code in Video

The ReadFile method has been moved to the ioutil package, so the import should appear as follows:

import (
"fmt";
"io/ioutil";
"os";
);

And the call should be ioutil.ReadFile, instead of io.ReadFile

Jeff Craig  Dec 30, 2009