go 学习资源和GitHub库

go httprouter

源码包 https://github.com/julienschmidt/httprouter

用例 https://github.com/gsingharoy/httprouter-tutorial/tree/master/part4

go http

源码分析 http://cizixs.com/2016/08/17/golang-http-server-side

go 反射

https://docs.hacknode.org/gopl-zh/ch12/ch12-04.html

goroutine背后的系统知识

http://www.sizeofvoid.net/goroutine-under-the-hood/

go rpc

http://www.cnblogs.com/hangxin1940/p/3256995.html

http://daizuozhuo.github.io/golang-rpc-practice/

Go语言Base58实现

https://github.com/mr-tron/base58

上一篇:Effective Java 40 Design method signatures carefully


下一篇:ZOJ-3929 Deque and Balls (DP+找规律)