ㄴㅋㄹㅇ🌅

I recently finished “The Go Programming Language”. It is very well written, in-depth book. The learning curve is very smooth, I think even relatively new programmers may use this book as intro to their first programming languages. Otherwise, check out O’Reilly “Introducing Go: Build Reliable, Scalable Programs”, which I think is much friendlier but covers less.

Here is a raw list of some interesting bits that I learned primarily from “The Go Programming Language” and collected for my future reference.

syntax

memory

encoding

constants

containers

functions

structs

interfaces

goroutines

synchronization

packaging

testing

internals