Preface

This tiny guide is written as I refresh my knowledge of Go.

I haven't used Go in six years, and the language has improved significantly since then.

We now have enhanced standard libraries, generics, and a better module system.

I prefer a from-scratch approach to gain a deeper understanding of the language and specs, so I will focus solely on vanilla Go.