https://github.com/golang/go Golang源码
https://morsmachine.dk/go-scheduler go调度讲解
https://github.com/adonovan/generics golang泛型编程
https://zhuanlan.zhihu.com/p/95056679 golang runtime
Latency Numbers Every Programmer Should Know
Future / promise in golang 使用golang实现Future功能
https://driverzhang.github.io/post/golang内存分配逃逸分析/
https://kodfabrik.com/journal/a-good-makefile-for-go 介绍go下makefile使用的文章
https://github.com/valyala/fasthttp fasthttp包
https://zhuanlan.zhihu.com/p/367927669 fasthttp包与标准库http包对比
https://github.com/julienschmidt/httprouter httprouter包
https://github.com/go-kratos/kratos kratos微服务框架