Update README.md Add chapter 7, fix some little capitalization errors.
1 files changed, 3 insertions(+), 2 deletions(-) M README.md
M README.md => README.md +3 -2
@@ 8,8 8,9 @@ The chapters are organized as follows: - Chapter 2: Types - Chapter 3: Variables - Chapter 4: Control Structures - Chapter 5: Arrays, slices and maps. - Chapter 6: Functions. - Chapter 5: Arrays, Slices and Maps. - Chapter 6: Functions - Chapter 7: Structs and Interfaces 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.