每日一谚:The bigger the interface, the weaker the abstraction.
Go技术新闻
使用带有构建标记(build tag)分离Go中的测试用例 - https://clivern.com/separate-test-cases-in-golang-with-build-tags/
Go逆向工程part3和part4 - https://x0r19x91.gitlab.io/post/reversing-go-part-3/
使用Azure Service Bus和Go实现多会话Sequential Convoy模式 - https://thecloudblog.net/post/implementing-multi-session-sequential-convoy-pattern-with-azure-service-bus-and-go/
使用Go创建excel文件 - https://arunvmathew.medium.com/creating-excel-files-with-golang-bbd3d40cb2d4
用Go语言编写的最小的容器运行时,主要用于学习目的 - https://github.com/Ripolak/minict
Go语言重要特性的例子库 - https://github.com/politrons/LetsGO
Istio Service Mesh中服务请求的外部授权 - https://www.solo.io/blog/tutorial-external-authorization-of-service-requests-in-istio-service-mesh/
Kubernetes tips:OOMKilled是如何工作的?- https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba71b135993b
使用Istio服务网格帮助实现零信任网络 - https://itnext.io/helping-reach-a-zero-trust-network-using-an-istio-service-mesh-ca4865d46e61
使用envoy实现服务网格 - https://www.loginradius.com/blog/async/service-mesh-with-envoy/
观点:巨大的软件停滞 - https://alarmingdevelopment.org/?p=1475
半小时学习Rust - https://fasterthanli.me/articles/a-half-hour-to-learn-rust
机器人学入门 - https://allshire.org/getting-started-robotics/
smsjunk在Docker和ECS中使用的Go语言技术栈 - https://medium.com/smsjunk/an-in-depth-look-at-our-docker-and-ecs-stack-for-golang-b89dfe7cff5c
Go技术专栏导读
Go语言的贡献者和布道师Dave Cheney曾给出了一个隐喻:“好的命名就像一个好笑话。如果你必须解释它,那就不好笑了”。无论哪门编程语言,良好的命名应该遵循一些通用的原则,不同编程语言在命名上还会有一些个性化的命名惯例。Go技术专栏“改善Go语⾔编程质量的50个有效实践”的第八篇文章《Go标识符的命名惯例》https://www.imooc.com/read/87/article/2377 将为大家讲解Go语言的命名惯例。
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
GopherChina 2020技术大会ppt资料 - 发送gopherchina2020;
GopherCon 2020大会技术ppt资料 - 发送gophercon2020;
《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送distsys;
O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送distrace;
“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://zhuanlan.zhihu.com/c_1294667898946891776
“Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
微信公众号:iamtonybai
往期推荐
Hugo作者、Go核心团队成员Steve Francia谈诞生13年的Go语言:生态系统、演化与未来[译]