// 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