Intro to Go

golangci-lint

  • https://golangci-lint.run/

golangci-lint can be installed from AUR on Arch Linux, or from the command line as per the install docs.

Bits of Go knowledge

In Go, we can initialize a pointer to a struct as nil, but we cannot initialize a struct as nil.

Resources

  • https://go.dev/

  • https://go.dev/wiki/

  • https://wiki.archlinux.org/title/Go