This chapter talks the types in Go. It covers the general typeing system such as primitive types and type conversion, class ingeritance, strings, multi dimensional arrays, implicitly/explicitly typed, and pointers.
The following list shows the section name corresponded to the question number,
- Primitive types: Phase 3
- Composite types: Phase 4
- Inheritance in Go: Phase 5
- Implicit type conversion: Question 33
- Multi dimensional arrays: Question 28
- Pointers: Question 22
- Implicitly or explicitly typed: Question 19
- Strings and string operations in Go: Question 24