Technical requirements
In this chapter, we will be using examples of Go code, so you will need to install the Go compiler – refer to the instructions at https://golang.org/doc/install. We will also explore bridging to C APIs, so you will need to install a C compiler as well. The installation of C varies from system to system. You can find details in Appendix A, Developer Tool Installation.
The full source code for this chapter can be found at https://github.com/PacktPublishing/Building-Cross-Platform-GUI-Applications-with-Fyne/tree/master/Chapter02.