Go in Action, Second Edition (MEAP V05)

Posted By: DexterDL

Go in Action, Second Edition (MEAP V05)
English | 2025 | ISBN: 9781633439702 | 244 pages | PDF,EPUB | 6.86 MB


Master Go language fundamentals, learn how to structure Go projects effectively, and deliver high-performance code using Go’s powerful concurrency model.

In Go in Action, Second Edition you will learn
Go language fundamentals
How to set up and structure a Go software project
Working with the Go type system
Concurrency in Go
Go’s unique approach to error handling
Writing and capturing errors in your own software
How to use Go’s built-in testing and observability features

Go in Action, Second Edition has been fully updated to cover all the new features and idioms of the latest version of Go. In it, you’ll dive into Go's unique features and quickly get started writing real-world applications, such as websites and network servers.
about the technology
Designed by Google with productivity in mind, Go excels in modern, highly-dynamic environments. This modern language has all its concurrency primitives baked in, so Go users can handle problems like real-time performance with no additional tools required. Its simple-but-powerful type system includes generics and interfaces as first-class citizens. Best of all, because Go was designed to be simple, with a small number of keywords and an efficient standard library, it’s really easy to learn! In a cloud-first world, it’s easy to see why Go has quickly become a must-have skill.