- Install and set up Go
- How to write Go code (how to get started with Go at golang.org)
- A tour of the Go language (a great tutorial at golang.org)
- Your first Go application
- Build a Docker container image for your application
- Using Go packages
- Go language notes
- Debugging Go programs in Visual Studio Code
- Debugging Go programs in Atom
- Supported Golang GOOS and GOARCH combinations
Other resources
- Simple Go project layout with modules for a recommended simple directory structure.
- A great article on go modules is Using Go Modules