每日一谚:To be clear: in Go, “deprecated” means only “there is a better, preferred way.” It does not mean “will break in the future.” - Russ Cox
Go技术新闻
Go中常见的CRUD设计 - https://www.gobeyond.dev/crud/
Go 1.15.7和1.14.14发布,主要修复了安全漏洞 - https://groups.google.com/g/golang-announce/c/mperVMGa98w?pli=1
官博:Go中的命令路径的安全性 by Russ Cox - https://blog.golang.org/path-security
traefik2和opentracing - https://medium.com/@wshihadeh/traefik-2-and-open-tracing-da5c483486e3
2020年Go和C++中的错误与异常处理 - https://dr-knz.net/go-errors-vs-exceptions-2020.html
Go对persistent memory的原生支持的提案 - https://github.com/golang/go/issues/43810
使用Gebug调试AWS Lambda Functions - https://moshe-beladev-mb.medium.com/debug-aws-lambda-functions-with-gebug-bc643788c247
istio的复杂性让很多用户选择了linkerd - https://thenewstack.io/istios-complexity-leads-some-users-to-linkerd/
AWS Go SDK发布2.0版本 - https://aws.amazon.com/cn/blogs/developer/aws-sdk-for-go-version-2-general-availability/
红帽将针对小型生产工作负载的免费RHEL - https://www.redhat.com/en/blog/new-year-new-red-hat-enterprise-linux-programs-easier-ways-access-rhel
扫描二维码关注公众号,回复: 12475688 查看本文章vim交互式在线学习 - https://www.vim.so/
生产中的Rust:1Password案例 - https://serokell.io/blog/rust-in-production-1password
Go技术进阶专栏导读
Go语言是使用包(package)作为基本单元来组织源码的,可以说一个Go程序就是由一些包链接在一起构建而成的。很多Gopher在学习Go包导入时都或多或少有些疑惑:import 后面路径中的最后一个分段到底代表的是什么? 是包名还是一个路径?Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第十六篇文章《理解包导入路径的含义》
https://www.imooc.com/read/87/article/2387 将为大家揭开Go包导入路径的那些秘密!
资料下载
关注公众号iamtonybai,发送特定关键字获取对应精品资料!
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://zhuanlan.zhihu.com/c_1294667898946891776
“Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
微信公众号:iamtonybai
往期推荐
一文搞懂如何利用multipart/form-data实现文件的上传与下载