Unlock Go’s unique perspective on program design, and start writing simple, maintainable, and testable Go code.
In Effective Go you will learn how
Effective Go is a practical guide to writing high-quality code that’s easy to test and maintain. The book is full of best practices to adopt and anti-patterns to dodge. It explores what makes Go so dramatically different from other languages and how you can still leverage your existing skills into writing excellent Go code. Aimed at Go beginners looking to graduate to serious Go development, this book will help you write and test command line applications, web API clients and servers, concurrent programs, and more.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology Writing well-designed Go code takes more than just porting across skills you’ve learned in other languages. You’ll need to understand Go’s unique way of working to ensure your programs don’t spiral out of control. This book is the perfect primer on Go’s hidden mechanics that will help you code more effective Go.
About the book Effective Go teaches you to write well-designed and maintainable code in Go. By concentrating on Go’s unique characteristics, you’ll learn how to stop fighting against the language and start delivering idiomatic code that’s simple, adaptable, and testable. You’ll learn how to deliver applications and how to extend code with robust testing. Easy-to-understand visualizations and step-by-step examples help explain Go’s complexities without oversimplification.
About the reader For programmers who have learned the basics of Go.
About the author Inanc Gumus has over 20 years of experience in software engineering. For the last four years, he has worked as a consultant for Go software architecture, focusing on best practices and testing. Inanc is also an open-source contributor to the official Go test package, and teaches Go through online courses, his blog, his Youtube channel, and GitHub repository with over 10,000 stars.
I read the MEAP-version of it, so there is going to be a follow up of my recension here for sure.
For me the chapters are well structured, the examples easy to understand and the lessons easy to apply. I especially like that this isn't one big example, but several ones that might be connected somehow. Maybe you can benchmark the link shortener with hit?
I think the further exercises should be added to the previous chapters as well and maybe the complete list of the functions of a package isn't a bit noisy though.