Skip to content

Commit 1745d71

Browse files
committed
完善模板
1 parent 3416256 commit 1745d71

File tree

5 files changed

+27
-223
lines changed

5 files changed

+27
-223
lines changed

Makefile

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,5 @@
1515
default:
1616
mdbook serve
1717

18-
macos:
19-
gitbook build --gitbook=3.2.3
20-
21-
macos-pdf:
22-
mv preface.md preface-bak.md && mv preface-pdf.md preface.md
23-
gitbook pdf --gitbook=3.2.3
24-
mv preface.md preface-pdf.md && mv preface-bak.md preface.md
25-
26-
server:
27-
go run server.go
28-
29-
cover:
30-
convert A20181610.jpg cover.png
31-
convert -resize 1800x2360! A20181610.jpg cover.jpg
32-
convert -resize 200x262! A20181610.jpg cover_small.jpg
33-
34-
35-
# https://chai2010.cn/advanced-go-programming-book
36-
deploy:
37-
-rm -rf _book
38-
gitbook build
39-
40-
cd _book && \
41-
git init && \
42-
git add . && \
43-
git commit -m "Update github pages" && \
44-
git push --force --quiet "https://github.com/chai2010/advanced-go-programming-book.git" master:gh-pages
45-
46-
@echo deploy done
47-
4818
clean:
49-
-rm -rf _book
19+
-rm -rf book

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,15 @@
2929
- 作者:柴树杉,Github [@chai2010](https://github.com/chai2010),Twitter [@chaishushan](https://twitter.com/chaishushan),主页 https://chai2010.cn/about
3030
- 作者:曹春晖,Github [@cch123](https://github.com/cch123),主页 [xargin](http://xargin.com)
3131
- 网址:https://github.com/chai2010/advanced-go-programming-book
32-
- Star历史:https://starcharts.herokuapp.com/chai2010/advanced-go-programming-book.svg
32+
- 在线阅读:https://chai2010.cn/advanced-go-programming-book
33+
- 豆瓣:- https://book.douban.com/subject/34442131/
3334

3435
## 购买链接:
3536

3637
- 京东:https://item.jd.com/12647494.html
3738
- 异步:https://www.epubit.com/book/detail/40090
3839
- 当当:http://product.dangdang.com/27896588.html
3940

40-
如果你喜欢本书,欢迎到豆瓣评论:
41-
42-
[![](douban.png)](https://book.douban.com/subject/34442131/)
43-
44-
- https://book.douban.com/subject/34442131/
45-
4641
<!--
4742
4843
## 抄袭&侵权
@@ -51,18 +46,11 @@
5146
5247
-->
5348

54-
## 在线阅读
55-
56-
- [SUMMARY.md](SUMMARY.md)
57-
- https://chai2010.cn/advanced-go-programming-book/
58-
- https://www.gitbook.com/book/chai2010/advanced-go-programming-book/
59-
6049
## 相关文章
6150

6251
1. [GopherChina 2019大会推荐书单来啦](https://zhuanlan.zhihu.com/p/63910336)
6352
1. [深入Go的底层,带你走近一群有追求的人](https://mp.weixin.qq.com/s/obnnVkO2EiFnuXk_AIDHWw)
6453

65-
6654
## 相关报告
6755

6856
1. [Go语言简介](https://talks.godoc.org/github.com/chai2010/awesome-go-zh/chai2010/chai2010-golang-intro.slide) - [chai2010](https://github.com/chai2010/awesome-go-zh/tree/master/chai2010) 武汉·黄鹤会 2018/12/16

index.md

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,18 @@
11
# Go语言高级编程(Advanced Go Programming)
22

3-
- *KusonStack一站式可编程配置技术栈: [https://github.com/KusionStack/kusion](https://github.com/KusionStack/kusion)*
4-
- *凹语言™: [https://github.com/wa-lang/wa](https://github.com/wa-lang/wa)*
5-
6-
---
7-
83
本书涵盖CGO、Go汇编语言、RPC实现、Web框架实现、分布式系统等高阶主题,针对Go语言有一定经验想深入了解Go语言各种高级用法的开发人员。对于刚学习Go语言的读者,建议先从[《Go语言圣经》](https://github.com/golang-china/gopl-zh)开始系统学习Go语言的基础知识。如果希望了解Go2的最新动向,可以参考[《Go2编程指南》](https://github.com/chai2010/go2-book)
94

105
![](cover-20190714.jpg)
116

127
- 作者:柴树杉,Github [@chai2010](https://github.com/chai2010),Twitter [@chaishushan](https://twitter.com/chaishushan)
138
- 作者:曹春晖,Github [@cch123](https://github.com/cch123)
149
- 网址:https://github.com/chai2010/advanced-go-programming-book
10+
- 在线阅读:https://chai2010.cn/advanced-go-programming-book
11+
- 豆瓣:- https://book.douban.com/subject/34442131/
1512

1613
购买链接:
1714

1815
- 京东:https://item.m.jd.com/product/12647494.html
1916
- 异步:https://www.epubit.com/book/detail/40090
17+
- 当当:http://product.dangdang.com/27896588.html
2018

21-
如果你喜欢本书,欢迎到豆瓣评论:
22-
23-
[![](douban.png)](https://book.douban.com/subject/34442131/)
24-
25-
- https://book.douban.com/subject/34442131/
26-
27-
28-
## 在线阅读
29-
30-
- https://chai2010.cn/advanced-go-programming-book/
31-
- https://www.gitbook.com/book/chai2010/advanced-go-programming-book/
32-
33-
34-
## 关注微信公众号 (guanggu-coder)
35-
36-
![](weixin-guanggu-coder-logo.png)
37-
38-
39-
## 网易云课堂·光谷码农课堂
40-
41-
https://study.163.com/provider/480000001914454/index.htm
42-
43-
![](163study-go-master.jpg)
44-
45-
## 版权声明
46-
47-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Go语言高级编程</span> 由 <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/chai2010/advanced-go-programming-book" property="cc:attributionName" rel="cc:attributionURL">柴树杉,曹春晖</a> 采用 <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">知识共享 署名-非商业性使用-禁止演绎 4.0 国际 许可协议</a>进行许可。
48-
49-
严禁任何商业行为使用或引用该文档的全部或部分内容!
50-
51-
欢迎大家提供建议!

server.go

Lines changed: 0 additions & 142 deletions
This file was deleted.

theme/index.hbs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,28 @@
184184
<!-- Page table of contents -->
185185
<div class="sidetoc"><nav class="pagetoc"></nav></div>
186186
<main>
187+
<!-- 头部 -->
188+
<ul dir="auto">
189+
<li><em>KusonStack一站式可编程配置技术栈: <a href="https://github.com/KusionStack/kusion">https://github.com/KusionStack/kusion</a></em></li>
190+
<li><em>凹语言™: <a href="https://github.com/wa-lang/wa">https://github.com/wa-lang/wa</a></em></li>
191+
</ul>
192+
<hr>
193+
187194
{{{ content }}}
195+
196+
<!-- 公众号 -->
197+
<hr>
198+
<table>
199+
<tr>
200+
<td>
201+
<img width="222px" src="https://github.com/chai2010/advanced-go-programming-book/raw/master/css.png">
202+
</td>
203+
<td>
204+
<img width="222px" src="https://github.com/chai2010/advanced-go-programming-book/raw/master/cch.png">
205+
</td>
206+
</tr>
207+
</table>
208+
188209
<div id="giscus-container"></div>
189210
<footer class="page-footer">
190211
<span>© 2019-2022 | <a href="https://github.com/chai2010/advanced-go-programming-book">柴树杉、曹春晖</a> 保留所有权利</span>

0 commit comments

Comments
 (0)