learning_go

Collection of resources I have used while learning GOLANG

Videos

  1. Writing, building, installing, and testing Go code
  2. Concurrency is not parallelism
  3. Go Concurrency Patterns

Blogs/articles

  1. Get Go-ing with Sublime
  2. Using Sublime Text for Go development
  3. Struct composition with Go
  4. Effective Go
  5. How to write Go code
  6. Go memory model
  7. Gotchas and common mistakes in Go

Tutorials

  1. Making a RESTful JSON API in Go

Sublime plugins

  1. GoSublime

Books

Misc

  1. Concurrency is not Parallelism (it's better)
  2. Go Course Pt. 1
  3. Go Course Pt. 2
  4. Go Course Pt. 3