Google Go 编程规范

Google Go 编程规范 #

《Google Go 编程规范》采用 Hugo 发布。欢迎大家通过 issue 提供建议,也可以通过 pull requests 来共同参与贡献。

贡献者(按昵称首字母排序):

astaxie | Fivezh | 刘思家 | Sijing233 | 小超人 | Xiaomin Zheng | Yu Zhang | 朱亚光 | 784909593

安装完 hugo 之后,需要先同步主题文件

git submodule update --init --recursive

同步完成后,可在根目录执行以下指令来测试网站:

hugo server

文档在 content/zh/docs 目录下,修改后可以通过 pull requests 提交。

目录 #

  1. 概述
  2. 风格指南
  3. 风格决策
  4. 最佳实践
开始阅读

授权 #

The articles in 《Google Go 编程规范》 are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.