Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-in-action

https://github.com/enocom/gopher-reading-list#web

  • Please add ~~...~~ if you finish reading and present on workshop
  • List Updated: 2018/03/15

Start Here

Beginner

Some basics

Worth reading, again and again

Organization and Style

Web

Concurrency

Intermediate

Code Design

Concurrency

Recommend to read this: https://making.pusher.com/go-tool-trace/

Testing

Web

Tools

Trivia

Diagnostics

Language

Miscellaneous

Advanced

Low Level Concerns

Performance

Garbage Collection

Concurrency

Character encodings

JSON Encoding and Decoding

Miscellaneous