lblblb7777 / gobyexample

Go By Example 中文版

Home Page:https://gobyexample.xgwang.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go by Example 中文版

本项目是 mmcgranaGo by Example 中文翻译。现已由everyx 完成了所有文件的初步翻译,目前正在准备重新翻译,进度条见文件,欢迎 fork 并提交 pull request。

贡献说明

  1. 首先在· examples 目录下找到对应的内容,完成修改。注:只需注意 .go 文件和 .sh 文件。.hash 文件是在使用 tools/build 后自动更新的,主要用于判断文件内容是否被修改;
  2. 然后使用 tools/build 命令重新生成网页。这一步会格式化代码,并判断是否修改,修改的内容会重新提交示例代码至 http://play.golang.org/,并更新静态页;
  3. tools/serve 本地测试结果;
  4. 提交 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 Renée French and licensed under a Creative Commons Attribution 3.0 Unported License.

原版传送门

致谢

本翻译项目原作者everyx,以及所有贡献者


Go by Example 原版 README

Content and build toolchain for Go by Example, a site that teaches Go via annotated example programs.

Overview

The Go by Example site is built by extracting code and comments from source files in examples and rendering them via the templates into a static public directory. The programs implementing this build process are in tools, along with some vendor'd dependencies in vendor.

The built public directory can be served by any static content system. The production site uses S3 and CloudFront, for example.

Building

To build the site you'll need Go and Python installed. Run:

$ go get github.com/russross/blackfriday
$ tools/build
$ open public/index.html

To build continuously in a loop:

$ tools/build-loop

License

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

The Go Gopher is copyright Renée French and licensed under a Creative Commons Attribution 3.0 Unported License.

Translations

Contributor translations of the Go by Example site are available in:

Thanks

Thanks to Jeremy Ashkenas for Docco, which inspired this project.

About

Go By Example 中文版

https://gobyexample.xgwang.me/


Languages

Language:Go 51.9%Language:CSS 37.4%Language:HTML 5.5%Language:Shell 5.3%