每日一谚:Package import paths mirror the code's location in the file system.
Go技术生态
播客:测试驱动开发(TDD)如何帮助你写出更好的Go代码 - https://changelog.com/gotime/185
Go的隐秘世界:Go程序的启动和runtime初始化 - https://zhuanlan.zhihu.com/p/241308426
Go核心团队进入安静周(6.26 ~ 7.11),- https://github.com/golang/go/issues/46934
Go命令行实用命令 - https://github.com/nikolaydubina/go-recipes
Go开发者的Docker workshop - https://contribute.docker.com/docs/communityleaders/eventhandbooks/go/
编写Go单元测试:testify入门 - https://medium.com/nerd-for-tech/writing-unit-tests-in-golang-part-1-introducing-testify-c0d458442412
经典旧文:go代码性能调试 - https://software.intel.com/content/www/us/en/develop/blogs/debugging-performance-issues-in-go-programs.html
WebAssembly现状报告2021 - https://blog.scottlogic.com/2021/06/21/state-of-wasm.html
使用Tekton的云原生CI/CD 构建自定义任务 - https://itnext.io/cloud-native-ci-cd-with-tekton-building-custom-tasks-663e63c1f4fb
OpenShift中的gRPC或HTTP/2入口连接 - https://www.openshift.com/blog/grpc-or-http/2-ingress-connectivity-in-openshift
Go技术进阶专栏导读
我们现在编写的大部分现代应用程序都离不开与时间相关的操作。常见的时间操作包括:获取当前时间、时间比较、时区相关的时间操作、时间格式化、定时器(一次性定时器timer和重复定时器ticker)的使用等。Go语言通过标准库的time包为常见时间操作提供了全面的支持。
Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第42篇文章《time包,你用对了吗》https://www.imooc.com/read/87/article/2472 将为你解锁一下Go标准库time包使用的正确姿势。
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
Go语言学习技术路线图2021版 - 发送go2021
GopherChina 2020技术大会ppt资料 - 发送gopherchina2020;
GopherCon 2020大会技术ppt资料 - 发送gophercon2020;
《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送distsys;
O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送distrace;
加州伯克利的47页的“机器学习的数学基础”资料 - 发送math4ml;
“Gopher部落”,新年新气象
“Gopher部落”正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
Go技术书籍的书摘和读书体会系列
Go与eBPF系列
感谢大家对本星球的支持!
联系方式
有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
gopherdaily归档:https://github.com/bigwhite/gopherdaily
编辑:Tony Bai (https://tonybai.com)
邮件订阅:https://gopher-daily.com/
知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
“Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
微信公众号:iamtonybai
往期推荐