update go doc

pull/1/head
chai2010 2016-01-21 10:51:20 +08:00
parent 8777e4623d
commit 44923a24eb
1 changed files with 5 additions and 17 deletions

22
doc.go
View File

@ -2,27 +2,15 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//
// GitBook
//
// https://help.gitbook.com
// https://github.com/GitbookIO/gitbook
// https://github.com/wastemobile/gitbook
//
// npm install gitbook-cli -g
//
//go:generate gitbook build
// //
// Go圣经中文版. // Go圣经中文版.
// //
// 在线版本: http://golang-china.github.com/gopl-zh // 在线版本: http://golang-china.github.io/gopl-zh
// //
// 从源文件构建: // 离线版本: http://github.com/golang-china/gopl-zh/archive/gh-pages.zip
// //
// 1. npm install gitbook-cli -g // 项目主页: http://github.com/golang-china/gopl-zh
// 2. go generate github.com/golang-china/gopl-zh //
// 3. 打开 _book/index.html // 原版官网: http://gopl.io
// //
package gopl_zh package gopl_zh