Technical requirements
In this book, we will be using version 1.16 of the Go programming language, but you are free to use later versions of Go, as the code will work without any changes. To make it easy, all the relevant files explained in this chapter can be checked out at https://github.com/PacktPublishing/Full-Stack-Web-Development-with-Go/tree/main/Chapter01. To work on the sample code in this chapter, make sure you change the directory to Chapter 1
– Full-Stack-Web-Development-with-Go/chapter1
. If you are using Windows as a development machine, use WSL2 to perform all the different operations explained in this chapter.