每日一谚:Use the shortest name that carries the right amount of information in its context.

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

1.Go官博:保持你的go module的兼容性 - https://blog.golang.org/module-compatibility2.从数据工程角度比较go与python: 第2部分-数据流 - https://chollinger.com/blog/2020/07/a-data-engineering-perspective-on-go-vs.-python-part-2-dataflow/3.为什么Go的错误处理很棒 - https://rauljordan.com/2020/07/06/why-go-error-handling-is-awesome.html4.使用go/analysis去fix你的代码 - https://arslan.io/2020/07/07/using-go-analysis-to-fix-your-source-code/5.go context的what,why和how - https://medium.com/swlh/go-context-what-why-and-how-572fc84fc2336.odin: 可编程,可观察和分布式的job编排系统。- https://github.com/theycallmemac/odin7.Slack的糟糕、可怕的一天:Slack停机故障记录 - https://slack.engineering/a-terrible-horrible-no-good-very-bad-day-at-slack-dfe05b485f82

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

 

往期推荐

小心go.mod中的go directive

Go 1.14中值得关注的几个变化

Go modules:最小版本选择

Go语言包管理简史

Go module机制下升级major版本号的实践

Hello,Go module proxy

初窥Go module