From 44923a24ebf31d8f22413bdbf6ae73c13d01252e Mon Sep 17 00:00:00 2001 From: chai2010 Date: Thu, 21 Jan 2016 10:51:20 +0800 Subject: [PATCH] update go doc --- doc.go | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/doc.go b/doc.go index 22d8c49..02cad64 100644 --- a/doc.go +++ b/doc.go @@ -2,27 +2,15 @@ // 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 +// 在线版本: http://golang-china.github.io/gopl-zh // -// 从源文件构建: +// 离线版本: http://github.com/golang-china/gopl-zh/archive/gh-pages.zip // -// 1. npm install gitbook-cli -g -// 2. go generate github.com/golang-china/gopl-zh -// 3. 打开 _book/index.html +// 项目主页: http://github.com/golang-china/gopl-zh +// +// 原版官网: http://gopl.io // package gopl_zh