go-best-practice is essentially a Go book and code collection called “Go 实战开发” (“Go in Practice”), born from the idea of building over 100 practical projects in different categories using Go. It combines an ebook/zh directory with written chapters and a src directory that holds the corresponding source code, so readers can move seamlessly between theory and practice. The goal is to help developers go beyond basic syntax and actually build real applications, drawing inspiration from similar “projects” collections in other languages. It emphasizes hands-on learning, using many small, focused examples to demonstrate real-world usage patterns, not just contrived snippets. The project is also community-oriented, with donation links, forums, and a dedicated QQ group for discussion and feedback. Content is licensed under Creative Commons (for the book) and BSD 3-Clause (for the code), making it friendly for both learners and people who want to reuse examples in their own projects.
Features
- Practical “book + code” structure combining written chapters and Go source
- Focus on over 100 real-world style projects across multiple domains in Go
- Clear separation of ebook content and runnable examples in the repository
- Community channels (forum, chat group) for discussion and Q&A
- Dual licensing model: CC BY-SA for text and BSD 3-Clause for example code
- Designed as a long-term learning resource rather than a quick snippet dump