Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gocn/styleguide
翻译 https://google.github.io/styleguide/go/index
https://github.com/gocn/styleguide
Last synced: 2 months ago
JSON representation
翻译 https://google.github.io/styleguide/go/index
- Host: GitHub
- URL: https://github.com/gocn/styleguide
- Owner: gocn
- Created: 2022-11-21T14:14:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T00:53:03.000Z (over 1 year ago)
- Last Synced: 2024-08-01T11:17:00.466Z (5 months ago)
- Language: Makefile
- Homepage: https://gocn.github.io/styleguide/
- Size: 3.33 MB
- Stars: 116
- Watchers: 10
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Go 编程规范
[《Google Go 编程规范》](https://github.com/gocn/styleguide)采用 [Hugo](https://gohugo.io) 发布。欢迎大家通过 [issue](https://github.com/gocn/styleguide/issues) 提供建议,也可以通过 [pull requests](https://github.com/gocn/styleguide/pulls) 来共同参与贡献。
贡献者(按昵称首字母排序):
> [astaxie](https://github.com/astaxie) | [Fivezh](https://github.com/fivezh) | [刘思家](https://github.com/lsj1342) | [Sijing233](https://github.com/sijing233) | [小超人](https://github.com/focozz) | [Xiaomin Zheng](https://github.com/zxmfke) | [Yu Zhang](https://github.com/pseudoyu) | [朱亚光](https://github.com/zhuyaguang) | [784909593](https://github.com/784909593)
安装完 `hugo` 之后,需要先同步主题文件
```bash
git submodule update --init --recursive
```同步完成后,可在根目录执行以下指令来测试网站:
```bash
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](http://creativecommons.org/licenses/by-sa/4.0/).
## 贡献者