golang 学习
golang 写的观察者模式 https://play.golang.org/p/lgyMEvvl1C
错误处理 https://elithrar.github.io/article/http-handler-error-handling-revisited/ https://golang.org/pkg/net/http/ https://blog.golang.org/error-handling-and-go http://mwholt.blogspot.com/2015/05/handling-errors-in-http-handlers-in-go.html
golang 观察者模式 http://www.grdtechs.com/2016/02/26/observer-pattern-in-go-md/
golang 学习资料 https://github.com/qyuhen/book https://github.com/Unknwon/go-study-index
task任务执行 https://github.com/RichardKnop/machinery
http://masnun.rocks/2016/11/01/distributed-task-processing-in-golang/
https://www.zybuluo.com/NickYu/note/61130 https://github.com/HeidCloud/system-design-primer https://github.com/donnemartin/system-design-primer#representational-state-transfer-rest https://github.com/donnemartin/system-design-primer#index-of-system-design-topics http://masnun.rocks/2016/11/01/distributed-task-processing-in-golang/ http://robertgreiner.com/2014/08/cap-theorem-revisited/
深入go语法
https://github.com/qcrao/Go-Questions https://github.com/heidsoft/go-deep-dive/tree/master/demos/concurrency https://medium.com/rungo/the-anatomy-of-functions-in-go-de56c050fe11 https://golang.org/src/go/doc/example.go https://www.youtube.com/watch?v=c5wodlqGK-M