Learning and playing with golang mainly through tutorials
- Go strings fields (splits string into []string)
- Go slices: usage and internals
- Defer, panic, and recover
- Go documentation
- VSCode Go tutorial
- Writing web applications
- Go YouTube tutorial - The Net Ninja with Github source code: iamshaunjp
- Effective Go
- ZetCode Go Struct
- Golangbot structs instead of classes
Concurrency
Web applications