每日一谚:When we have more than one file in a package, it's convention to create a doc.go containing the package documentation.
有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 – https://coding.imooc.com/class/284.html1.Go 1.15 RC1发布 – https://tip.golang.org/doc/go1.152.播客:Testify的未来 – https://changelog.com/gotime/1393.Go中函数具有多态性 – https://crro.github.io/2020-07-17/interface-functions-go4.使用JWT在Go中进行身份验证 – https://auth0.com/blog/authentication-in-golang/5.在k8s集群中如何备份和恢复MySQL – https://portworx.com/how-to-backup-and-restore-mysql-on-kubernetes/6.如何在Kubernetes上转储被OOM杀掉的进程 – https://medium.com/@pamir.erdem/how-to-dump-oomkilled-process-on-kubernetes-b77cccf421a2
•gopherdaily归档:https://github.com/bigwhite/gopherdaily•编辑:Tony Bai (https://tonybai.com)•邮件订阅:https://gopher-daily.com/
往期推荐
Go 1.14中值得关注的几个变化
后端程序员一定要看的语言大比拼:Java vs. Go vs. Rust
使用minio搭建高性能对象存储-第一部分:原型
Hello,WireGuard
Go新泛型设计方案详解
Go语言联合作者Rob Pike专访:Go确实已成为云基础架构的语言
为什么Kubernetes如此受欢迎?
关于xml包在Unmarshal时将\\r\\n重写为\\n的问题