每日一谚:Go Forces you think about errors—and deal with them—when they arise.
Go技术新闻
DaveCheney通过一个小例子谈Go运行时内存分配 - https://dave.cheney.net/2021/01/05/a-few-bytes-here-a-few-there-pretty-soon-youre-talking-real-memory
自动驾驶技术公司comma.ai在生产环境中使用的分布式key-value数据库,仅不到1k行Go代码 - https://github.com/geohot/minikeyvalue
在运行时将任意文件嵌入到二进制文件中 - https://github.com/maja42/ember
观点:为什么Go语言要好过其他语言 - https://solaceinfotech.com/blog/why-golang-is-better-than-other-languages/
使用GoCenter查找Go module主要版本的方法 - https://jfrog.com/blog/find-the-path-to-go-module-major-versions-with-gocenter/
观点:为什么我选择Go - https://nixoncode.medium.com/why-i-chose-golang-go-81434402361e
Grafana Tempo: 一个大规模、可扩展分布式跟踪系统 - https://grafana.com/blog/2020/10/27/announcing-grafana-tempo-a-massively-scalable-distributed-tracing-system/
监控kubernetes上的rabbitmq - https://piotrminkowski.com/2020/09/29/rabbitmq-monitoring-on-kubernetes/
每个用户都应该知道的10个k8s工具 - https://developers.redhat.com/devnation/tech-talks/10-kubernetes-tools
Asahi Linux: 致力于将linux移植到apple M1上的项目 - https://asahilinux.org/
openai发布新模型:支持从文字描述生成图片 - https://openai.com/blog/dall-e/
github开放对伊朗的全面服务 - https://github.blog/2021-01-05-advancing-developer-freedom-github-is-fully-available-in-iran/
Go技术专栏导读
和Python、Ruby等动态脚本语言不同,Go 语言沿袭了静态语言的传统:使用变量之前需要先进行变量的声明。在变量声明上,Go的设计者们选择了给予Gopher们较大的灵活性,我们可以使用多种方式进行声明。但任意选择声明方式并不符合Go惯用法。Go技术专栏“改善Go语⾔编程质量的50个有效实践”的第九篇文章《变量声明形式尽量保持一致》https://www.imooc.com/read/87/article/2378 将为大家揭秘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语言:生态系统、演化与未来[译]