update errata

pull/1/head
chai2010 2016-02-02 09:24:01 +08:00
parent 71260d56fa
commit 532555943f
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ appears on the right-hand side of a variable declaration with an explicit type,
**p.132, code display following ¶3:** the final comment should read: `// compile error: can't assign func(int, int) int to func(int) int` (Thanks to Toni Suter, 2015-11-21. Corrected in the third printing.)
**p.160, ¶4:** `For Get("item"))`, read `Get("item")`. (Thanks to Yoshiki Shibata, 2016-02-01.)
**p.166, ¶2:** for "way", read "a way". (Corrected in the third printing.)
**p.200, TestEval function:** the format string in the final call to t.Errorf should format test.env with %v, not %s. (Thanks to Mitsuteru Sawa, 2015-12-07. Corrected in the third printing.)