每日一諺: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 中文網每日資訊--2021-01-21一、#公眾號:Go 語言中文網
二、#公眾號:亞軍進化史
三、#公眾號:代碼與遠方
四、#公眾號:Go 招聘
五、#公眾號:Golang 來啦
六、#公眾號:腦子進煎魚了
七、#公眾號:微服務實踐
八、#公眾號:k8s 技術圈
來源: https://studygolang.com/go/godaily
GOCN 每日新聞--2021-01-211.Go 1.15.7 發布 [2]
2.第二期 Go 開源說實錄:GORM 剖析與最佳實踐
3.使用 google/wire 對 Go 項目進行依賴注入 [3]
4.再見 go-micro!企業項目遷移 go-zero 全攻略(一)[4]
5.gin 框架實踐連載番外篇 | 3 天打造專屬 Cache(Third day) [5]
來源:https://gocn.vip/topics/node18
gopherDaily--2021-01-211.Go 中常見的 CRUD 設計 [6]
2.Go 1.15.7 和 1.14.14 發布,主要修復了安全漏洞 [7]
3.官博:Go 中的命令路徑的安全性 by Russ Cox [8]
4.traefik2 和 opentracing [9]
5.2020 年 Go 和 C++中的錯誤與異常處理 [10]
6.Go 對 persistent memory 的原生支持的提案[11]
7.使用 Gebug 調試 AWS Lambda Functions[12]
8.istio 的複雜性讓很多用戶選擇了 linkerd[13]
9.AWS Go SDK 發布 2.0 版本[14]
10.紅帽將針對小型生產工作負載的免費 RHEL [15]
11.vim 交互式在線學習[16]
12.生產中的 Rust:1Password 案例 [17]
來源:https://gopher-daily.com/
碼農桃花源--2021-01-21 文章推薦go1.14 基於信號的搶佔式調度實現原理[19]
面試問題每日算法lc1531 壓縮字符串 II
編輯: Amartya 果果
更多內容詳見:https://www.yuque.com/qcrao/share/
關注公眾號回覆:微信,拉你入群。
參考資料[1]Go技術日報(2021-01-20): https://studygolang.com/topics/13002
[2]Go 1.15.7 發布 : https://golangtutorial.dev/news/go-1.15.7-and-go-1.14.14-released/
[3]使用 google/wire 對 Go 項目進行依賴注入 : https://juejin.cn/post/6919748196809834503
[4]再見 go-micro!企業項目遷移 go-zero 全攻略(一): https://juejin.cn/post/6919837050304725000
[5]gin 框架實踐連載番外篇 | 3 天打造專屬 Cache(Third day) : https://juejin.cn/post/6919657039920627726
[6]Go中常見的CRUD設計 : https://www.gobeyond.dev/crud/
[7]Go 1.15.7和1.14.14發布,主要修復了安全漏洞 : https://groups.google.com/g/golang-announce/c/mperVMGa98w?pli=1
[8]官博:Go中的命令路徑的安全性 by Russ Cox : https://blog.golang.org/path-security
[9]traefik2和opentracing : https://medium.com/@wshihadeh/traefik-2-and-open-tracing-da5c483486e3
[10]2020年Go和C++中的錯誤與異常處理 : https://dr-knz.net/go-errors-vs-exceptions-2020.html
[11]Go對persistent memory的原生支持的提案: https://github.com/golang/go/issues/43810
[12]使用Gebug調試AWS Lambda Functions: https://moshe-beladev-mb.medium.com/debug-aws-lambda-functions-with-gebug-bc643788c247
[13]istio的複雜性讓很多用戶選擇了linkerd: https://thenewstack.io/istios-complexity-leads-some-users-to-linkerd/
[14]AWS Go SDK發布2.0版本: https://aws.amazon.com/cn/blogs/developer/aws-sdk-for-go-version-2-general-availability/
[15]紅帽將針對小型生產工作負載的免費RHEL : https://www.redhat.com/en/blog/new-year-new-red-hat-enterprise-linux-programs-easier-ways-access-rhel
[16]vim交互式在線學習: https://www.vim.so/
[17]生產中的Rust:1Password案例 : https://serokell.io/blog/rust-in-production-1password
[18]內存問題的探討: https://juejin.cn/post/6903363887496691719
[19]go1.14基於信號的搶佔式調度實現原理: http://xiaorui.cc/archives/6535
[20]Go服務的非阻塞並行模式: http://www.goldsborough.me/go/2020/12/06/12-24-24-non-blocking_parallelism_for_services_in_go/