good good study, day day up!

This commit is contained in:
chai2010
2015-12-09 15:45:11 +08:00
commit 1693baf5de
378 changed files with 23276 additions and 0 deletions

28
doc.go Normal file
View File

@@ -0,0 +1,28 @@
// Copyright 2015 Golang-China. All rights reserved.
// Use of this source code is governed by a BSD-style
// 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圣经中文版.
//
// 在线版本: http://golang-china.github.com/gopl-zh
//
// 从源文件构建:
//
// 1. npm install gitbook-cli -g
// 2. go generate github.com/golang-china/gopl-zh
// 3. 打开 _book/index.html
//
package gopl_zh