Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 2.07 KB

File metadata and controls

30 lines (15 loc) · 2.07 KB

Isomorphic Go Errata List

This page contains the errata list for the Isomorphic Go book. If you come across a typo or an issue with a code example that's not included on the list below, feel free to open a new issue and tell us about it.

Known Issues

  • The code bundled with the book, provided by the publisher, is stale. It is a snapshot of the source code from when the book was released. You should obtain and use the code from the book's official repository which will have the latest updates and bug fixes.

  • There is an inconsistent spelling of the terms "server-side" (sometimes spelt "server side") and "client-side" (sometimes spelt "client side"). For the record, the author prefers the usage of "server-side" and "client-side".

  • Code refactoring performed on the github.com/james-bowman/nlp package has caused some import calls in the Chapter 8 code examples to break. This has been resolved by vendoring the version of the nlp and sparse packages that the book utilizes, with the igb code bundle. More information on this issue can be found by reading this ticket.

Acknowledgments

  • In the "Thanks to all family members" sub-section, the initials of Sri. P.K.C. Krishnan (Financial Advisor, Chartered Accountant, Pune) are printed incorrectly. His name should be written as Sri. P.K.C. Krishnan.

Chapter 1

Chapter 3

On page 83, there is a typo in the second line of code for the GopherJS example to change the CSS style property of an element. It should be:

element := js.Get("document").Call("getElementById", "primaryContent")

Chapter 9

  • Page 353, 1st paragraph, it should read "Figure 9.8 is a screenshot of the live clock cogs displayed on the homepage."