/gopher-reading-list

A curated selection of blog posts on Go

Apache License 2.0Apache-2.0

Gopher Reading List Build Status

Here is a reading list of blog posts about Go. It aspires to include only the most useful and relevant material that anyone writing Go should eventually read. By definition, the list is a work in progress.

Rather than being comprehensive, the list is a curated selection fixed at 200 entries.

Go is growing fast and so are the number of blog posts about it. If an interested reader knows of a great post not on this list, please open an issue with a link to the post.

NOTE: Any new additions will need to replace something else on the list to keep it at a fixed length.

Start Here

Beginner

Some basics

Worth reading, again and again

Online Books

See Go Books for a longer list of books, both free and paid.

Organization and Style

Web

Concurrency

Go Modules

Intermediate

Code Design

Concurrency

Testing

Web

Tools

Trivia

Diagnostics

Language

Miscellaneous

Advanced

Low Level Concerns

Performance

Garbage Collection

Concurrency

JSON Encoding and Decoding

Miscellaneous