For more information on what was covered in this chapter you can go through the following links:
- Go website: golang.org
- Installing Go: https://golang.org/doc/install
- Go standard packages: https://golang.org/pkg/
- How to Write Go Code: https://golang.org/doc/code.html
- Go tour: tour.golang.org
- Slices internals: https://blog.golang.org/go-slices-usage-and-internals
- Effective Go: https://golang.org/doc/effective_go.html
- Composition with Go: https://www.ardanlabs.com/blog/2015/09/composition-with-go.html