This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Description
You introduce the idea of type assertion with examples of interfaces and structures.
- these are complicated syntactical examples that are difficult to understand in the realm of the basic language. Dot notation with some shit in-between parens:
y.(map[string]interface{})
value.(type)
- the reader has not been introduced to the concepts of interfaces or structs yet so it cannot be understood in this sequence.
Consider moving this section to advanced concepts and perhaps referencing this:
ex 3.3 Type assertion
"for more advanced subject of type conversion, please see section 2001.1" etc
EDIT: I think the whole document could use a good edit so that the examples and subjects flow with what is learned. Throughout the book, examples are presented using concepts and techniques that have not yet been introduced and explained, therefore it frustrates.