美文网首页
go learning and tool

go learning and tool

作者: simok | 来源:发表于2020-10-21 14:15 被阅读0次

Quick Start:
https://golang.org/doc/install
https://tour.golang.org/welcome/1

语言层面:
《Effective Go》 https://golang.org/doc/effective_go.html (我是看这个入门,官方推荐的文档,轻松易读
https://item.jd.com/12187988.html (比较详细的书籍

实战 & 规范:

《Code Review Comments》
en:https://github.com/golang/go/wiki/CodeReviewComments
cn:https://studygolang.com/articles/10960

《High Performance Go Workshop》
https://dave.cheney.net/high-performance-go-workshop/dotgo-paris.html#overview

《Practical Go: Real world advice for writing maintainable Go programs》
https://dave.cheney.net/practical-go/presentations/qcon-china.html

Runtime:
https://draveness.me/golang/ (类似书籍比较多,还有一本雨痕的可以找找

官方文档:
golang.org
godoc.org
=================

其他国内的书我看的比较少,最推荐上面的Effective Go,另外了解下B站的框架:
https://github.com/bilibili/kratos

相关文章

网友评论

      本文标题:go learning and tool

      本文链接:https://www.haomeiwen.com/subject/huzsmktx.html