每日一谚:Interfaces are the generic programming mechanism in go.

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

1.油管视频:Go泛型 by William Kennedy - https://www.youtube.com/watch?v=GFihRsKZ_pw2.使用Go实现的安全终端分享 - https://owenou.com/upterm/3.使用Go编写可扩展的WebSocket服务 - https://centrifugal.github.io/centrifugo/blog/scaling_websocket/4.Go集成测试 - https://hackandsla.sh/posts/2020-07-12-golang-integration-testing/5.使用sql语句查询git仓库 - https://github.com/augmentable-dev/gitqlite6.使用Go订阅rethinkdb记录改变通知 - https://blog.joshsoftware.com/2020/06/14/subscribing-to-rethinkdb-record-changes-in-go/7.处理空json数组 - https://medium.com/swlh/arrays-and-json-in-go-98540f2fa74e

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

 

往期推荐

Go新泛型设计方案详解

Go语言联合作者Rob Pike专访:Go确实已成为云基础架构的语言

如何在Go语言中使用Websockets:最佳工具与行动指南

使用govanityurls让私有代码仓库中的go包支持go get

Hello,WireGuard

使用minio搭建高性能对象存储-第一部分:原型

后端程序员一定要看的语言大比拼:Java vs. Go vs. Rust