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:
parent
ac9f2cc6f7
commit
3dc76c7e1d
@ -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
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
"language": "zh-cn",
|
||||
|
||||
"structure": {
|
||||
"readme": "README.md"
|
||||
"readme": "preface.md"
|
||||
},
|
||||
"plugins": [
|
||||
"-search"
|
||||
|
12
preface.md
Normal file
12
preface.md
Normal 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
|
||||
|
||||
# 序言
|
||||
|
||||
这是一个坑!
|
Loading…
Reference in New Issue
Block a user