avelino /
awesome-go
A curated list of awesome Go frameworks, libraries and software
Loading repository data…
dariubs / repository
List of Golang books
GoBooks is a curated collection of the best Go books for developers at every level—from beginners to engineers working on concurrency, performance, and system design. One place to find the right learning resource.
Other languages: Español · 中文 · Português · Русский · Deutsch · فارسی
The most popular and highly recommended Go books based on community ratings, expert recommendations, and developer consensus across Amazon, Goodreads, and the Go community
Last published: 2015 Authors: Alan A. A. Donovan and Brian W. Kernighan Available as: eBook, Print
Widely considered the "Go Bible" and the definitive reference for the language, co-authored by Brian Kernighan of K&R C fame. With over 1,200 Amazon reviews and a 4.5-star rating, it appears on virtually every "best Go books" list. It covers syntax, data structures, concurrency, and best practices with hundreds of practical examples.
Last published: 2026 Authors: Dariush Abbasi, Hassan Aminfar
Boring Go is a practical guide to writing Go the way it works best in real projects—simple, explicit, and a little boring (in the good way). It champions clarity over novelty, readability over magic, and shows why boring code is often the most reliable, maintainable, and scalable choice.
Last published: 2024 Authors: Jon Bodner
One of the most recommended modern Go books, praised by experts at Datadog and across the Go community. It teaches you to think like a Go developer by focusing on idiomatic patterns, design decisions, and generics. Consistently ranked at the top of best-of lists by BookAuthority, MentorCruise, GeeksforGeeks, and ReactDOM.
Last published: 2022 Authors: Teiva Harsanyi
A community favorite for intermediate-to-advanced developers, frequently recommended on Reddit, Hacker News, and in Go learning paths like TutorialEdge. It provides a unique angle on Go mastery by highlighting common pitfalls in concurrency, testing, data structures, and more.
Last published: 2025 Authors: Chris James Avaible For Free : Source Code
One of the most popular free Go resources with over 22,000 GitHub stars. Its test-driven approach to learning Go has made it a go-to recommendation across the community. Frequently cited alongside paid books as essential reading for anyone learning Go.
Last published: 2020 Authors: Thorsten Ball
A cult classic with an enthusiastic following on Goodreads (4.5+ stars) and Hacker News. By guiding you through building a complete programming language interpreter from scratch, it teaches both Go and computer science fundamentals in a uniquely hands-on way.
Last published: 2023 Authors: Alex Edwards
The most recommended book for Go web development, praised for its step-by-step, real-world approach to building secure and maintainable web applications. Frequently paired with its sequel Let's Go Further as the definitive Go web development learning path.
Last published: 2019 Authors: Jay McGavren
A top pick on GeeksforGeeks and other beginner lists, leveraging the popular Head First visual learning format. Its intuitive graphical representations and humorous examples make it one of the most accessible entry points to Go for newcomers to programming.
Last published: 2020 Authors: Tom Steele, Chris Patten, Dan Kottmann
A highly popular niche book that combines Go with security and penetration testing. Widely recommended by both the Go and cybersecurity communities, it fills a unique gap by teaching offensive security tooling using Go's speed and concurrency strengths.
Last published: 2022 Authors: Bartlomiej Płotka, Frederic Branczyk
A highly regarded guide to Go performance, recommended by experts and frequently appearing on advanced Go reading lists. Written by engineers from the Prometheus and Thanos projects, it provides the tools and knowledge to make Go applications faster using fewer resources.
Last published: 2023 Authors: Alex Edwards
The highly popular sequel to Let's Go!, focusing on advanced API and web application patterns. Together with its predecessor, it forms the most recommended web development learning path in the Go community, covering everything from REST APIs to deployment.
Here are the top recommended books for absolute beginners—those with little or no programming experience—who want to learn Go from the very start
Last published: 2026 Authors: Dariush Abbasi, Hassan Aminfar
Boring Go is a practical guide to writing Go the way it works best in real projects—simple, explicit, and a little boring (in the good way). It champions clarity over novelty, readability over magic, and shows why boring code is often the most reliable, maintainable, and scalable choice.
Last published: 2025 Authors: Chris James Avaible For Free : Source Code
Learn Go guided by tests. Write a test, learn a new Go language feature to make it pass, refactor and repeat. You'll get a grounding in test-driven development and importantly understand the principles behind it.
Last published: 2025 Authors: Aliénor Latour, Donia Chaiehloudj, and Pascal Bertrand
Learn Go with Pocket-Sized Projects teaches you to write professional-level Go code by creating handy tools and fun apps. Each small, self-contained project introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You'll make architectural decisions for your projects and organize your code in a maintainable way. Everything you learn is easy to scale-up to full-size Go applications.
Last published: 2025 Authors: John Arundel
Introduces the Go programming language for complete beginners, as well as those with experience programming in other languages.
Last published: 2024 Authors: Jon Bodner
Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go.
No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner introduces the design patterns experienced Go developers have adopted and explores the rationale for using them. This updated edition also shows you how Go's generics support fits into the language.
This book helps you:
Last published: 2024 Authors: Samantha Coyle
Go Programming – From Beginner to Professional is a comprehensive guide that takes your proficiency in the Go programming language from novice to expert. Starting with fundamental concepts, this book covers variables, command-line tools, and working with data before delving into advanced concepts, including error handling, interfaces, and generics, harnessing Go's latest features through hands-on exercises. Along the way, you'll learn to structure projects using Go modules, manage packages effectively, and master debugging techniques. As you progress, you'll get to grips with practical application-centric aspects such as command-line programming, file manipulation, and wo
Selected from shared topics, language and repository description—not editorial ratings.
avelino /
A curated list of awesome Go frameworks, libraries and software
gostor /
A curated list of awesome Go storage projects and libraries
hyper0x /
A curated list of awesome Go frameworks, libraries and software written by Ethnic Chinese.
golangci /
A curated list of awesome Go linters. More than 60 linters and tools!
amit-davidson /
A curated list of awesome golang workshops.
mehdihadeli /
A curated list of awesome articles and resources for learning and practicing Go and its related technologies.