go语言学习

来源:互联网 发布:linux写python 编辑:程序博客网 时间:2024/06/05 19:39

学习文档
http://gobyexample.everyx.in/
https://docs.ruanjiadeng.com/gopl-zh/index.html Go语言圣经(中文版)
https://blaskyy.gitbooks.io/gopl-zh/content/index.html

https://www.youtube.com/playlist?list=PLx_Mc4dJcQbl1hwkO3dPwirn70YQsnyKg
https://www.outlearn.com/topic/golang
https://github.com/astaxie/build-web-application-with-golang
https://astaxie.gitbooks.io/build-web-application-with-golang/content/zh/index.html
https://xionglun.github.io/goBook/index.html

IDE:
http://colobu.com/2016/04/21/use-vscode-to-develop-go-programs/

Good libs:
https://golanglibs.com/
http://awesome-go.com/
https://go.libhunt.com/
https://go.libhunt.com/categories/571-web-frameworks

Code coverage
https://codecov.io

Article
https://github.com/astaxie/build-web-application-with-golang/

定时任务
https://github.com/robfig/cron https://godoc.org/github.com/robfig/cron
https://github.com/bamzi/jobrunner
https://github.com/codeskyblue/webcron
https://github.com/chunhei2008/crontab
https://github.com/carlescere/scheduler
https://github.com/jasonlvhit/gocron

WebSocket
https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
http://www.html5rocks.com/zh/tutorials/websockets/basics/
https://astaxie.gitbooks.io/build-web-application-with-golang/content/zh/08.2.html
https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/08.2.md
http://www.cnblogs.com/ghj1976/archive/2013/04/22/3035592.html
http://www.cnblogs.com/yjf512/archive/2013/02/18/2915171.html
https://github.com/gorilla/websocket

爬虫相关
CSS selector
https://github.com/PuerkitoBio/goquery

静态资源打包
https://github.com/GeertJohan/go.rice

Markdown
https://github.com/russross/blackfriday

文本压缩
https://github.com/tdewolff/minify

HTML 清洗
https://github.com/microcosm-cc/bluemonday

浏览器相关
https://github.com/sourcegraph/webloop Like PhantomJS

文件同步
https://github.com/syncthing/syncthing

并发
http://divan.github.io/posts/go_concurrency_visualize/

CURL -> Golang
https://mholt.github.io/curl-to-go/

http://gobyexample.everyx.in/structs/

0 0
原创粉丝点击