本翻译是 mmcgrana 的 Go by Example中文翻译,除为 github page 做出的部分修改外,完全遵从原作的模式。现已经完成了所有文件的初步翻译,比较粗糙,其中纰漏也很多,欢迎 fork 并提交 pull request。
还等什么,马上开始学习吧
-
首先在
examples
目录下找到对应的内容,完成修改。注:只需注意.go
文件和.sh
文件。.hash
文件是在使用tools/build
后自动更新的,主要用于判断文件内容是否被修改; -
然后使用
tools/build
命令重新生成网页。这一步会格式化代码,并判断是否修改,修改的内容会重新提交示例代码至http://play.golang.org/
,并更新静态页; -
提交 pull request :)
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] (https://github.com/mmcgrana/gobyexample#go-by-example)