mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-04 21:43:42 +00:00
29 lines
596 B
Go
29 lines
596 B
Go
|
// 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
|