#Exercises for The Go Programming Language
This repository provides the downloadable example programs for the book, "The Go Programming Language"; see http://www.gopl.io.
These example programs are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Many of the programs contain comments of the form //!+
and //!-
.
These comments bracket the parts of the programs that are excerpted in the
book; you can safely ignore them. In a few cases, programs
have been reformatted in an unnatural way so that they can be presented
in stages in the book.