We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4867354 commit 67f13a0Copy full SHA for 67f13a0
src/essential/senior/996.postscript.md
@@ -98,3 +98,5 @@ Go 非常适合用于命令行 CLI 工具开发,下面推荐几个命令行开
98
- [delve](https://github.com/go-delve/delve)
99
100
上面只是列出了比较常见的领域,你可以看到的是 Go 在服务端领域应用较为广泛,而客户端则较少,其实 Go 在其他领域也有不少的应用,比如 webrtc,区块链,对象存储,云计算等等,感兴趣可以在 Github 上自行了解。
101
+
102
+最后,如果你想更深入的了解Go语言的实现细节,比如`slice`和` map`的底层数据结构,协程调度器的实现,GC垃圾回收的过程等等,前往[实现原理](/essential/impl/)章节了解更多内容。
0 commit comments