If you want to run the Go projects discussed in each chapter, you need to install Go.
If you're on a Mac go here.
Otherwise go here.
Next, you need to get your Go development environment running and start writing code.
Read the TL;DR subsection of the "How to build and run Go projects" section of the Appendix.
Continue reading on how to setup and run your first project.
Other Go resources:
- Tour of Go
- Go by Example
- Learning Go book
- Go language specification
- Work through a few Golang Code Samples
These will be the most helpful:
These examples will help you learn Go. After working through one or more of them look at the code from the book and ask yourself, "What's different?". (Hint: This older work would dinged for a few things during a code review.)
Note: When I think of better resources later, I'll put that information here.
This comment has been removed by the author.
ReplyDelete