Start adding chapter 8 examples.
Complete chapter 7 examples and exercises.
Update README.md
This repository contains the code I've written throughout reading the "Introducing Go" book. It follows the organization recommendation from the book itself, but the code snippets may contain extra comments and code to make things clearer.
The chapters are organized as follows:
The src/extracurricular
folder contains code examples which explore the language behavior, but don't follow the book. It contains the curiosities I stumbled upon during the learning journey.
There are also live notes which I take during working on these files, and language in general.
Every file under chapters are numbered, starting from 01. The order reflects the example's order in the book, in its respective chapter.