"Everyday Go" is the fast way to learn tools, techniques and patterns from real tools used in production.
This book is a compilation of practical examples, lessons and techniques for Go developers. The topics cover the software lifecycle from learning the fundamentals, to software testing, to distribution and monitoring.
It's really good book to skim all the essentials features of Golang. However, it's definitely not for beginner, especially have nothing about Golang, especially the syntax and its principles.
It basically cover all you need to jump into program better in Go, but the content is superficial (yeah it's only ~100 pages). Think this book as a summary of the main features that Golang provide. Then, you can deep dive on topics you care most.
Despite written in 2021, the contents still valid, thanks to Golang simplicity and consistency which rarely breaks when the newer version is coming out.