Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cch123/golang-notes
Go source code analysis(zh-cn)
https://github.com/cch123/golang-notes
code go golang reading runtime source
Last synced: 4 days ago
JSON representation
Go source code analysis(zh-cn)
- Host: GitHub
- URL: https://github.com/cch123/golang-notes
- Owner: cch123
- License: other
- Created: 2018-04-04T05:21:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T09:30:00.000Z (over 2 years ago)
- Last Synced: 2024-10-11T22:12:07.403Z (23 days ago)
- Topics: code, go, golang, reading, runtime, source
- Language: HTML
- Homepage:
- Size: 7.74 MB
- Stars: 3,944
- Watchers: 185
- Forks: 669
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - cch123/golang-notes - 07 star:4.0k fork:0.7k Go source code analysis(zh-cn) (HTML)
- awesome - cch123/golang-notes - Go source code analysis(zh-cn) (HTML)
- go-awesome - golang-notes - Go to source code to read notes (Documentation / To Organize)
- awesome-golang-repositories - golang-notes - cn) (Repositories)
- awesome-hacking-lists - cch123/golang-notes - Go source code analysis(zh-cn) (HTML)
- go-collection - 源码分析 1-曹大&柴大
- go-collection - 源码分析 1-曹大&柴大
README
# Overview
主要是源码分析,可能也会有一些使用上的知识点。
因为用了 stackedit 支持的 mermaid 图表,这些图表在 github 上显示不出来,如果想看完整内容的话,可以在 stackedit.io 上导出为 html。
1. [x] [Bootstrap](bootstrap.md)
2. [x] [Channel](channel.md)
3. [x] [Interface](interface.md)
4. [x] [Select](select.md)
5. [x] [Slice](slice.md)
6. [x] [Timer](timer.md)
7. [x] [Defer](defer.md)
8. [x] [Sync](sync.md)
9. [x] [Netpoll](netpoll.md)
10. [ ] [Reflect](reflect.md)
11. [x] [Panic](panic.md)
12. [ ] [Goroutine](goroutine.md)
13. [x] [Scheduler](scheduler.md)
14. [ ] [GC](gc.md)
15. [x] [Assembly](assembly.md)
16. [x] [Map](map.md)
17. [x] [Syscall](syscall.md)
18. [x] [Memory](memory.md)
19. [x] [Semaphore](semaphore.md)
20. [x] [Memory Barrier](memory_barrier.md)
21. [ ] [Lock Free](lockfree.md)
22. [x] [context](context.md)
23. [x] [stack dump](runtime_stack.md)
24. [x] [Atomic](atomic.md)
25. [ ] [Generics](generics.md)
26. [x] [IO](io.md)
26. [x] [pprof](pprof.md)# Authors
[cch123](https://github.com/cch123)
[wziww](https://github.com/wziww)
# 公众号