If you have followed along with this book so far, you will have already installed Go. I recommend installing a good Go IDE to follow the code in this chapter since there will be a lot to go through. Let's go through a couple of good options.
Technical requirements
Visual Studio Code
Visual Studio Code, also known as VS Code (https://code.visualstudio.com/docs/languages/go), is an open source IDE from Microsoft. It isn't Go-specific but has deep integration with Go via a dedicated and sophisticated Go extension. It is considered the best free Go IDE.
GoLand
JetBrains...