wiki/content/20200826142641-golang.md

1.3 KiB

date id title
2020-08-26 3e8fc539-e90c-4278-a233-6158dbca89e4 Golang

Language

Basics

Concurrency

Sync

Misc

  • When to use sync.Mutex or a channel1

Libraries you should probably know about

  • http2

Books & tutorials

  • Go by Example3
  • Learn Go with tests4

Footnotes