dushaoshuai / dushaoshuai.github.io

https://www.shuai.host
0 stars 0 forks source link

Go: 一些必须要读的文档 #111

Open dushaoshuai opened 1 year ago

dushaoshuai commented 1 year ago

goroutine 和 channel

Do not communicate by sharing memory; instead, share memory by communicating.

Go Concurrency Patterns: Pipelines and cancellation

The Laws of Reflection

https://go.dev/blog/laws-of-reflection

Go Slices: usage and internals

https://go.dev/blog/slices-intro

interface data structures

https://research.swtch.com/2009/12/go-data-structures-interfaces.html

Tutorial: Getting started with multi-module workspaces

https://go.dev/doc/tutorial/workspaces