Go (programming language), aka Golang
Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but also has memory safety, garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang because of its former domain name, golang.org, but its proper name is Go.
— Wikipedia
Learning path
- ⬛ Go cheat-sheet
- Go tour
- Lean the Go Programming Language
- HTMX and Go, ThePrimeagen
- Edwards - Lets Go
- Bodner - Learning Go
- Harsanyi - 100 Go Mistakes