每日一谚:The loose organization of packages lets us write and refactor code quickly.
Go技术生态
Go语言的黑暗角落 - https://rytisbiel.com/2021/03/06/darker-corners-of-go/
Go语言的生态系统 - https://henvic.dev/posts/go/
Go并发代码评审checklist - https://github.com/code-review-checklists/go-concurrency
软件事务存储:通往无锁编程天堂的阶梯?- https://medium.com/@talhof8/software-transactional-memory-a-stairway-to-lock-free-programming-heaven-9ca1f4dce23f
Apache Kafka和Go:入门 - https://medium.com/swlh/apache-kafka-with-golang-227f9f2eb818
一个简单的Go自动“重试器” - https://adityarama1210.medium.com/go-background-automatic-retry-function-d6989af3bbf7
一次Go应用的性能优化实践 - https://betterprogramming.pub/an-optimization-exercise-in-golang-43fea807441d
Go实现的全功能socks5服务器 - https://github.com/realzhangliu/socks5-go
在命令行终端查看github状态 - https://github.com/irevenko/octotui
使用k8s和concourse-ci构建持续交付流水线 - https://blog.alterway.fr/en/building-a-continious-deployment-pipeline-with-kubernetes-and-concourse-ci.html
Go技术进阶专栏导读
Go在错误处理方面体现出与如今主流语言的格格不入,这让很多来自这些主流语言的Go初学者感到困惑:Go 代码中反复出现了太多的且方法单一的错误检查if err != nil。我们该怎么办?Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第31篇文章《if err != nil 重复太多可以这么办》 https://www.imooc.com/read/87/article/2434 为大家总结了优化if err != nil过多重复的几种思路!

资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
《改善Go语⾔编程质量的50个有效实践》专栏活动优惠码 - 发送go专栏活动
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
往期推荐
基于Redis Cluster的分布式锁实现以互斥方式操作共享资源