每日一谚:Go enables simple, safe concurrent programming. But it doesn't forbid bad programming.
有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
1.go2 playground增加对最新go泛型技术提案更新的支持:支持any - https://go2goplay.golang.org/
func Print[T any](s []T) { for _, v := range s { fmt.Print(v) } }1.Go 1.16中增加嵌入文件支持 - https://github.com/golang/go/issues/411912.Go Clean Architecture重构实战 - https://threedots.tech/post/introducing-clean-architecture/3.nats和apache kafka大比较 - https://itnext.io/contrasting-nats-with-apache-kafka-1d3bdb9aa7674.探索Go中对象的真实内存分配大小 - https://commaok.xyz/post/discovering-size-classes/5.PayPal公司的Go使用案例 - https://www.linkedin.com/pulse/golang-paypal-modernizing-scaling-reemi-shirsath/6.去除cpu limit可以让你的k8s service运行更高效 - https://erickhun.com/posts/kubernetes-faster-services-no-cpu-limits/7.io_uring和eBPF将如何革新Linux编程 - https://www.scylladb.com/2020/05/05/how-io_uring-and-ebpf-will-revolutionize-programming-in-linux/
•gopherdaily归档:https://github.com/bigwhite/gopherdaily•编辑:Tony Bai (https://tonybai.com)•邮件订阅:https://gopher-daily.com/
往期推荐
Go新泛型设计方案详解
重磅!Go泛型草案更新:放弃Contract | Gopher Daily (2020.06.17) ʕ◔ϖ◔ʔ
Go语言联合作者Rob Pike专访:Go确实已成为云基础架构的语言
Go coding in go way
使用[ ]?Go泛型方案又起变数 | Gopher Daily (2020.07.15) ʕ◔ϖ◔ʔ