heidsoft / cloud-bigdata-book

write book
56 stars 33 forks source link

golang 学习 #18

Open heidsoft opened 7 years ago

heidsoft commented 7 years ago

golang 写的观察者模式 https://play.golang.org/p/lgyMEvvl1C

heidsoft commented 7 years ago

错误处理 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

heidsoft commented 7 years ago

golang 观察者模式 http://www.grdtechs.com/2016/02/26/observer-pattern-in-go-md/

heidsoft commented 7 years ago

golang 学习资料 https://github.com/qyuhen/book https://github.com/Unknwon/go-study-index

heidsoft commented 7 years ago

task任务执行 https://github.com/RichardKnop/machinery

heidsoft commented 7 years ago

http://masnun.rocks/2016/11/01/distributed-task-processing-in-golang/

heidsoft commented 7 years ago

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/

heidsoft commented 5 years ago

深入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