Go Learning Materials https://go.dev/ref/spec https://go.dev/doc/effective_go https://go.dev/doc/ https://github.com/uber-go/guide/blob/master/style.md https://www.digitalocean.com/community/tutorials/how-to-use-contexts-in-go Commands go clean -cache go clean -modcache go env go env GOCACHE Build binary env GOOS=darwin GOARCH=amd64 go build main.go env GOOS=windows GOARCH=amd64 go build main.go https://buildfromzero.com/introduction-to-go-programming-language