Skip to content

Commit 67f13a0

Browse files
committed
enchance: 在后记中添加了实现原理章节的引导
1 parent 4867354 commit 67f13a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/essential/senior/996.postscript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ Go 非常适合用于命令行 CLI 工具开发,下面推荐几个命令行开
9898
- [delve](https://github.com/go-delve/delve)
9999

100100
上面只是列出了比较常见的领域,你可以看到的是 Go 在服务端领域应用较为广泛,而客户端则较少,其实 Go 在其他领域也有不少的应用,比如 webrtc,区块链,对象存储,云计算等等,感兴趣可以在 Github 上自行了解。
101+
102+
最后,如果你想更深入的了解Go语言的实现细节,比如`slice`` map`的底层数据结构,协程调度器的实现,GC垃圾回收的过程等等,前往[实现原理](/essential/impl/)章节了解更多内容。

0 commit comments

Comments
 (0)