go语言学习

guoer9973 · · 1273 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

学习文档
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/


有疑问加站长微信联系(非本文作者)

本文来自:CSDN博客

感谢作者:guoer9973

查看原文:go语言学习

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1273 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传