Technical requirements
In this chapter, we will write a large amount of Golang code. To be able to follow along, you will need the following:
- Golang installed on your machine. You can find instructions to install it here: https://go.dev/doc/install. The following code was written with Go 1.19.3 installed, so anything later than this should be fine.
- Some sort of text editor or IDE. Some popular options are Visual Studio Code (https://code.visualstudio.com/download) or GoLand (https://www.jetbrains.com/help/go/installation-guide.html). All screenshots in this section are taken from GoLand.
- Access to GitHub. All code for this section can be found here: https://github.com/PacktPublishing/Domain-Driven-Design-with-GoLang/tree/main/chapter8.