-
Book Overview & Buying
-
Table Of Contents
Practical Systems Programming in Go
By :
In this first part of the book, you will develop a solid understanding of the Go programming language through the lens of a systems engineer. We begin by establishing the core syntax and philosophy, moving quickly into the data collections and patterns that underpin efficient software. The logic behind this section is to treat concurrency not as an advanced add-on but as a fundamental building block of the language, introduced early to ensure you can think in terms of parallel execution from the outset. By the end of this part, you will have mastered the advanced Go features necessary to build robust abstractions that remain performant under the pressures of a modern operating system.
This part of the book includes the following chapters: