1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-01-09 23:15:59 +00:00

序言和readme分开

This commit is contained in:
chai2010 2018-06-25 07:29:22 +08:00
parent ac9f2cc6f7
commit 3dc76c7e1d
3 changed files with 14 additions and 2 deletions

View File

@ -12,7 +12,7 @@
- https://www.gitbook.com/book/chai2010/advanced-go-programming-book/
- [SUMMARY.md](SUMMARY.md)
## 相关 报告
## 相关报告
- 深入CGO编程: https://github.com/chai2010/gopherchina2018-cgo-talk

View File

@ -5,7 +5,7 @@
"language": "zh-cn",
"structure": {
"readme": "README.md"
"readme": "preface.md"
},
"plugins": [
"-search"

12
preface.md Normal file
View File

@ -0,0 +1,12 @@
# Go语言高级编程(Advanced Go Programming)
本书针对Go语言有一定经验想深入了解Go语言各种高级用法的开发人员。
![](cover.png)
- 作者:柴树杉 (chai2010, chaishushan@gmail.com)
- 网址https://github.com/chai2010/advanced-go-programming-book
# 序言
这是一个坑!