gocode is repository containing golang code snippets, algorithm implementations, patterns, links to other golang resources, etc.
- Golang main-site
- How to write Go code
- Golang Tutorials and Books
- Youtube Videos
- Other Resources
- How do I go about learning Go? - Medium
- GoCasts Github Repo
- Top 10 online courses - Medium
- A Comprehensive Guide to Slices in Golang
- RunGo - Medium
- Structs in Go - RunGo
- Maps - yourbasic
- Map Types in Golang - Medium
- Nil in Golang - Medium
- Interfaces in Go - RunGo
- How to use interfaces in Go
- Pointers in Go - RunGo
- Packages in Go - RunGo
- Concurrency in Go - Medium
- Goroutines and Channels
- Goroutines and Channels - Shichao's Notes
- Kassim Damilola - Medium
- Go Modules - TutorialEdge
- Getting started with Go modules - Medium
- Using Go modules
- New Module changes in go v1.16
- Modules in Go - RunGo
- Defer, Panic, and Recover