Chapter 2. Go Language Essentials
In the previous chapter, we established the elemental characteristics that make Go a great language with which to create modern system programs. In this chapter, we dig deeper into the language's syntax to explore its components and features.
We will cover the following topics:
- The Go source file
- Identifiers
- Variables
- Constants
- Operators