天天看点

Go 1.17 RC2发布 | Gopher Daily (2021.08.03) ʕ◔ϖ◔ʔ

每日一谚:Package name space is flat

Go技术生态

  1. Go 1.17 RC2发布 - https://groups.google.com/g/golang-announce/c/yk30ovJGXWY
  2. Go:轻松实现基准测试 - https://tiagocmelo.medium.com/golang-benchmarking-made-easy-2cefc330701
  3. 一个优化的故事:为大型Go应用程序构建代码扫描器 - https://nationalcybersecuritynews.today/an-optimisation-story-building-a-code-scanner-for-large-golang-apps-linux-linuxsecurity/
  4. 详解Go错误处理 - https://www.iamyadav.com/post/error-handling-in-golang
  5. 重新成为快乐程序员的Hashicorp创始人Mitchell Hashimoto专访 - https://thenewstack.io/hashicorps-mitchell-hashimoto-on-when-to-step-down-to-the-job-you-love/
  6. 和Mitchell Hashimoto聊聊开发工具的开发历程 - https://www.youtube.com/watch?v=LA8KF9Fs2sk
  7. 安全地在多个不同的机器上管理你的dotfiles - https://github.com/twpayne/chezmoi
  8. 使用Helm钩子在Kubernetes上进行数据库迁移 - https://itnext.io/database-migrations-on-kubernetes-using-helm-hooks-fb80c0d97805
  9. 为开发和测试管道轻松地部署数据库和服务 - https://github.com/Clivern/Peanut

Go技术进阶专栏导读

Go是云原生时代的头部语言。云原生应用的一个特征就是容器化,而以单一静态文件为构建产出的Go应用尤其适合容器化。Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第47篇文章《小即是美! 构建最小Go程序容器镜像》https://www.imooc.com/read/87/article/2477 将为你讲述如何构建一个尽可能小的Go应用容器镜像。

Go 1.17 RC2发布 | Gopher Daily (2021.08.03) ʕ◔ϖ◔ʔ

资料下载

关注公众号iamtonybai,发送特定关键字获取对应精品资料!

  • Go语言学习技术路线图2021版 - 发送go2021
  • GopherChina 2021技术大会ppt资料 - 发送gopherchina2021;
  • 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系列
Go 1.17 RC2发布 | Gopher Daily (2021.08.03) ʕ◔ϖ◔ʔ

感谢大家对本星球的支持!

联系方式

  • 有意想学习容器或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

往期推荐

Go基于I/O多路复用的TCP协议流解析实践

Go经典阻塞式TCP协议流解析的实践

一文搞懂Go语言的plugin

字节跳动开源内部高性能网络库netpoll | Gopher Daily (2021.07.17) ʕ◔ϖ◔ʔ

一文告诉你如何用好uber开源的zap日志库

Go 1.17rc1发布 | Gopher Daily (2021.07.16) ʕ◔ϖ◔ʔ

使用p.key的形式读取ini配置项

使用go-metrics在Go应用中增加度量

Go 1.17 RC2发布 | Gopher Daily (2021.08.03) ʕ◔ϖ◔ʔ

继续阅读