Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.3 KB

Go by Example 中文翻译

本翻译是 mmcgranaGo by Example中文翻译,除为 github page 做出的部分修改外,完全遵从原作的模式。现已经完成了所有文件的初步翻译,比较粗糙,其中纰漏也很多,欢迎 fork 并提交 pull request。

还等什么,马上开始学习吧

说明

  1. 首先在 examples 目录下找到对应的内容,完成修改。注:只需注意 .go 文件和 .sh 文件。.hash 文件是在使用 tools/build 后自动更新的,主要用于判断文件内容是否被修改;

  2. 然后使用 tools/build 命令重新生成网页。这一步会格式化代码,并判断是否修改,修改的内容会重新提交示例代码至 http://play.golang.org/,并更新静态页;

  3. 提交 pull request :)

License

This work is copyright Mark McGranaghan and licensed under a Creative Commons Attribution 3.0 Unported License.

The Go Gopher is copyright the Go Authors and licensed under a Creative Commons Attribution 3.0 Unported License.

原版 ReadMe

[ReadMe] (https://github.com/mmcgrana/gobyexample#go-by-example)