the-way-to-go_ZH_CN is the Chinese translation of the Go programming book The Way to Go, known as (“Go Introduction Guide”). The translator, along with a team of contributors, created this project to make a high-quality Go learning resource accessible to Chinese readers who might struggle with English-language books. The README explains that the original author, Ivo Balbaert, granted authorization for the translation and even for updating certain content to match newer Go versions. The repository is structured like a full book: there are directories for cover and eBook materials, a table of contents file (TOC.md), configuration for building, and the chapters themselves in Markdown. It also documents translation progress, acknowledges all translators and reviewers by handle, and explains how new contributors can help correct or extend the text.
Features
- Complete Chinese translation of The Way to Go (《Go入门指南》) with original author authorization
- Book-style structure with cover, eBook assets, table of contents, and chapter Markdown files
- Active community involvement with a list of translators and instructions for contributing corrections or improvements
- Content periodically updated to reflect changes in the Go language while preserving the original book’s structure
- Licensed under CC BY-SA 3.0 for text and BSD 3-Clause for accompanying code samples
- Serves as a flagship Go tutorial in Chinese, frequently referenced by Go learners in mainland China and beyond