每日一谚:Go does not try to be like the other languages.

Go技术新闻

1.Russ Cox确认Go泛型将在Go 1.18落地 - https://groups.google.com/g/golang-dev/c/U7eW9i0cqmo/m/ffs0tyIYBAAJ?pli=1

2.Go标准库性能基准测试:苹果M1芯片碾压Intel芯片 - https://roland.zone/m1-go-benchmarks/

3.Russ Cox创建的试验性go重构工具(处于早期) - https://github.com/rsc/rf

4.视频:Go语言mock测试技术 - https://www.youtube.com/watch?v=LEnXBueFBzk

5.在Go中,如何避免常见的安全陷阱 - https://blog.umesh.wtf/how-to-avoid-common-security-pitfalls-in-go

6.重构让代码具备更好的可测性 - https://developer20.com/refactoring-for-better-testability/

7.树莓派集群的监控 - https://alexanderell.is/posts/pi-cluster-monitoring/

8.ZFS介绍 - https://www.servethehome.com/an-introduction-to-zfs-a-place-to-start/

9.Go常量与json编解码 - https://bojanz.github.io/go-constants-json-iota/