Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

alphayan/gobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

部署本地go语言书籍

go高级编程

地址: https://github.com/chai2010/advanced-go-programming-book

go语言圣经

地址: https://github.com/gopl-zh/gopl-zh.github.com

教程

1.安装nodejshttps://nodejs.org/en/

2.安装gitbook插件npm install gitbook-cli -g

3.go get命令获取书籍源码

4.在源码目录执行gitbook install

5.使用make命令 生成_book文件夹

6.修改本源码中的书籍_book路径

7.使用go build -ldflags '-w -s'编译程序

8.安装upx https://upx.github.io/

9.使用upx -9 gobook命令压缩程序

10.mv gobook到path

11.启动本源码中的gobook.sh

12.浏览器使用localhost:9000/9001打开本地书籍

go入门步骤

30分钟熟悉go基本语法

http://www.runoob.com/go/go-tutorial.html

熟悉go基本教程

https://tour.golang.org/welcome/1

高效实战go编程

https://golang.org/doc/effective_go.html

go代码评审

https://github.com/golang/go/wiki/CodeReviewComments

go圣经

go高级编程

About

go语言圣经,go高级编程本地服务

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /