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

 

慕课实战课:k8s实战 - https://coding.imooc.com/class/284.html

 

1.Go与CPU缓存 - https://medium.com/@teivah/go-and-cpu-caches-af5d32cc55922.利用unsafe.Pointer的漏洞利用练习系列 - https://dev.to/jlauinger/exploitation-exercise-with-unsafe-pointer-in-go-information-leak-part-1-1kga3.Go排序:不要重新发明轮子 - https://qvault.io/2020/05/27/sorting-in-go-dont-reinvent-this-wheel/4.通过Go对PostgresSQL数据查询结果进行分页的四种常见方法 - https://medium.com/easyread/how-to-do-pagination-in-postgres-with-golang-in-4-common-ways-12365b9fb5285.stackoverflow 2020开发者调查结果出炉!- https://stackoverflow.blog/2020/05/27/2020-stack-overflow-developer-survey-results/

gopherdaily归档:https://github.com/bigwhite/gopherdaily编辑:Tony Bai (https://tonybai.com)

 

往期推荐

defer函数参数求值简要分析

也谈Go的可移植性

论golang Timer Reset方法使用的正确姿势

Kubernetes集群跨节点挂载CephFS

对一段有关Go Code Block和变量作用域的代码的简要分析