每日一谚:Simplicity is the soul of efficiency.

有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html

1.Rust和Go在后端web开发上的比较 - https://qvault.io/2020/07/17/rust-vs-go-in-backend-web-development/2.Fiber Web框架与其它框架的benchmark比较 - https://docs.gofiber.io/benchmarks3.paper: Go静态竞态检测与mutex安全分析 - https://arxiv.org/abs/2004.128594.一文了解kubernetes中的ETCD - https://medium.com/dev-genius/all-you-need-to-know-to-get-started-with-etcd-in-kubernetes-6755dbce87485.为什么要使用Go以及如何入门 - https://www.rtinsights.com/why-you-should-use-golang-and-how-to-get-started6.errcheck: 发现源码中未处理error的工具 - https://github.com/kisielk/errcheck

gopherdaily归档:https://github.com/bigwhite/gopherdaily编辑:Tony Bai (https://tonybai.com)邮件订阅:https://gopher-daily.com/

 

往期推荐

Go语言联合作者Rob Pike专访:Go确实已成为云基础架构的语言

后端程序员一定要看的语言大比拼:Java vs. Go vs. Rust

Go语言之禅

源创会开源访谈:十年成长,Go语言的演化之路

关于xml包在Unmarshal时将\r\n重写为\n的问题