Technical requirements
In this chapter, we will write a small amount of Golang code. To be able to run it, you will need the following:
- Golang installation: You can find instructions to install it here: https://go.dev/doc/install. The code in this chapter was written with Go 1.19.3 installed, so anything later than this should be fine.
- A text editor or IDE: Some popular options are VS Code (https://code.visualstudio.com/download) and GoLand (https://www.jetbrains.com/help/go/installation-guide.html).
- GitHub repository: https://github.com/PacktPublishing/Domain-Driven-Design-with-GoLang/tree/main/chapter2.