evowilliamson / golang-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang learning

This repository contain notes and links of my golang learning experience

References

Article/Book Authors Comments
The Go Programming Language A. Donovan, B Kernighan
Getting to Go: The Journey of Go's Garbage Collector Richard L. Hudson Rethinking the entire go garbage collection stack
The tail at scale J. Dean L. Barroso Article that explains how using an approach analogous to fault-tolerant computing, tail-tolerant software techniques form a predictable whole out of less-predictable parts in order to guarantee seamless interactive and scalable web applications

Study notes

Date Note
09/20/2019 Started reading The Go Programming Language. Finished chapter 1
10/18/2019 Reading paragraph 2.3.4 about lifetime of variables The Go Programming Language. Garbage collection is mentioned in this paragraph and started reading Getting to Go: The Journey of Go's Garbage Collector

About