每日一谚:Go encourages us to consider every error condition.
Go技术生态
Go 应用优化指北 - https://mp.weixin.qq.com/s/J1PdpX4Mr6crR6cZMAqecQ
在线重加载Go应用 - https://github.com/cosmtrek/air
油管视频:理解Go内存分配:栈与堆 - https://www.youtube.com/watch?v=ZMZpH4yT7M0
不要在集成测试中使用build tag - https://peter.bourgon.org/blog/2021/04/02/dont-use-build-tags-for-integration-tests.html
2021年,Go还值得初学者学习吗 - https://medium.com/geekculture/is-golang-worth-learning-for-beginners-in-2021-2d189ea3419e
Go与rabbitmq实例 - https://dev.to/koddr/working-with-rabbitmq-in-golang-by-examples-2dcn
semver版本号解析工具 - https://github.com/hashicorp/go-version
Omniparser:原生的GoETL解析器,支持提取各种格式的输入数据 - https://github.com/jf-tech/omniparser
Argo Workflows 3.0发布 - https://www.cncf.io/blog/2021/04/02/argo-workflows-3-0-released/
71张图详解IP 地址、IP 路由、分片和重组、三层转发、ARP、ICMP - https://mp.weixin.qq.com/s/e0MsxZn0-hZ5KIOUF8p6IA
单个C源文件的http server - https://unix4lyfe.org/darkhttpd/
Go是一门伟大的编程语言 - https://drewdevault.com/2021/04/02/Go-is-a-great-language.html
Go技术进阶专栏导读
Go 原生在工具链和标准库中提供对测试的支持。但很多初学者可能会困惑于测试包究竟是使用与目标包同名的包名还是使用xx_test作为包名?Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第33篇文章《一文告诉你测试包的包名要不要带“_test”后缀》https://www.imooc.com/read/87/article/2436 将为你答疑解惑!
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
Go语言学习技术路线图2021版 - 发送go2021
GopherChina 2020技术大会ppt资料 - 发送gopherchina2020;
GopherCon 2020大会技术ppt资料 - 发送gophercon2020;
《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送distsys;
O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送distrace;
加州伯克利的47页的“机器学习的数学基础”资料 - 发送math4ml;
“Gopher部落”,新年新气象
“Gopher部落”正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
Go技术书籍的书摘和读书体会系列
Go与eBPF系列
感谢大家对本星球的支持!
联系方式
有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
gopherdaily归档:https://github.com/bigwhite/gopherdaily编辑:Tony Bai (https://tonybai.com)
邮件订阅:https://gopher-daily.com/
知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
“Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
微信公众号:iamtonybai
往期推荐