本目錄收錄 Google 官方 Go Style Guide 的繁體中文翻譯,共四份核心文件:
線上站台(GitHub Pages + Hugo Book theme): https://appleboy.github.io/go-tutorial/
英文原版位於 https://google.github.io/styleguide/go,內容對應上游
google/styleguide
的 gh-pages 分支。
# 安裝 Hugo (macOS)
brew install hugo
# 首次 clone 需要初始化 theme submodule
git submodule update --init --recursive
# 啟動預覽 (http://localhost:1313)
hugo server英文原版由 Google LLC 以
Creative Commons Attribution 3.0 (CC-BY-3.0)
授權,授權文字見本目錄下的 LICENSE 檔。
本繁體中文版本為依 CC-BY-3.0 條款衍生的翻譯著作,翻譯內容亦以相同條款釋出。 轉載時請保留原始來源與本翻譯出處,並註明「中文版本為翻譯之衍生著作」。