Write your own efficient, performant, and lightweight programs using Go
Quickly start developing your own Google Go programs using the practical information contained in this engaging resource. Social media personalities Tanmay Bakshi and Baheer Kamal show, step by step, how to develop custom applications that fully utilize Go’s lightweight runtime and concurrency features. Tanmay Teaches The Ideal Language for Backend Developers teaches by doing. This book guides you through the development and programming processes and features detailed examples, code samples, and time-saving tips.
It’s difficult to say who this book is written for. It’s not for beginners and some chapters make it seem that it is not for people who know other languages. The authors refer to some code from Swift and C, so awareness of that would help.
But a bigger problem is the style of writing as well. The way explanations and code samples flow is weird and it seemed that the author was oscillating between multiple styles throughout the book: the kind of result you might see if there are multiple reviewers on your codebase and you implement their suggestions selectively. All the chapters felt different in this regard.
I think the best description of this book is that it describes the various features of Go and then shows you some example code to explain the features. The example code resemble real world applications but there is no context.
All in all, skim it if you must but there are better ways to learn Go.