共计 892 个字符,预计需要花费 3 分钟才能阅读完成。
以前常常有读者问我,哪儿能够找到 Go 语言的前世今生,这种时候咱们往往会通知他去看 issues 和 proposals。但材料有点扩散,且没有索引体系。因而不少人新入门的读者读着读着就跑偏了,又或是在第一步找材料上就被拦住了。
最近欧神(@changkun)低调的公布了《Go: A Documentary》,这个文档收集了 Go 开发过程中许多乏味(公开可见的)的问题,探讨,提案,CL 和演讲,其目标是为 Go 历史提供全面的参考。
集体认为这份材料十分的有价值,相当于欧神把材料索引整顿好了,强烈推荐对 Go 语言感兴趣的读者进行浏览:
内容索引次要分为:
- Sources
Committers
- Core Authors
- Compiler/Runtime Team
- Library/Tools/Security/Community
- Group Interviews
- Timeline
Language Design
- Misc
- Slice
- Package Management (1.4, 1.5, 1.7)
- Type alias (1.9)
- Defer (1.13)
- Error values (1.13)
- Channel/Select
- Generics
Compiler Toolchain
- Compiler
- Linker
- Debugger
- Tracer
- Builder
- Modules
- gopls
- Testing
Runtime Core
- Statistics
- Scheduler
- Execution Stack
- Memory Allocator
- Garbage Collector
- Memory model
- ABI
Standard Library
- syscall
- io
- go/*
- sync
- Pool
- Mutex
- atomic
- time
- context
- encoding
- image, x/image
- misc
- Unclassified But Relevant Links
- Fun Facts
- Acknowledgements
《Go: A Documentary》的拜访地址是 https://golang.design/history/
,GitHub 仓库地址:https://github.com/golang-design/history
。
我的公众号
正文完