You're reading a sample of this book. Get the full version here.
Let's Go Further Introduction › Prerequisites
Previous · Contents · Next
Chapter 1.1.

Prerequisites

Background knowledge

This book is written as a follow up to Let’s Go, and we’ll leverage a lot of the information and code patterns from that book again here.

If you’ve already read and enjoyed Let’s Go, then this book should be a good fit for you and the ideal next step in your learning. If you haven’t, then I highly recommend starting with Let’s Go first — especially if you’re a newcomer to Go.

You can read this as a standalone book, but please be aware that it is somewhat advanced — it doesn’t explain the fundamentals in detail, and some topics (like testing) don’t feature at all because they were covered heavily in the previous book. But if you’re comfortable using Go and already have a decent amount of experience behind you, then this book may also be a good fit for you. Feel free to jump straight in.

Go 1.22

The information in this book is correct for the latest major release of Go (version 1.22), and you should install this if you’d like to code-along with the application build.

If you’ve already got Go installed, you can check the version number from your terminal by using the go version command. The output should look similar to this:

$ go version
go version go1.22.0 linux/amd64

If you need to upgrade your version of Go, then please go ahead and do that now. The instructions for your operating system can be found here.

Other software

There are a few other bits of software that you should make sure are available on your computer if you want to follow along fully. They are: