go 中文網每日資訊--2020-12-16
一、#公眾號:Go 語言中文網
二、#公眾號:亞軍進化史
- Go 技術日報(2020-12-15)[1]
三、#公眾號:腦子進煎魚了
四、#公眾號:程式碼與遠方
五、#公眾號:polarisxu
六、#公眾號:微服務實踐
GOCN 每日新聞--2020-12-16
2.BPF and Go: Modern forms of introspection in Linux [2]
4.Kubernetes 如何使用 Nginx-Ingress 實現藍綠和金絲雀釋出
5.CockroachDB errors 系列文章(一):errors 的問題
來源:https://gocn.vip/topics/node18
gopherDaily--2020-12-16
1.Go 官博:2021 年初開始,godoc.org 預設將重定向到 pkg.go.dev[3]
2.查詢關鍵的開源專案: Google 開源 criticality_score 專案,該專案會評估一個開源專案的重要性並給出一個評估分數,打分演算法來自 Rob Pike[4],其 go 語言移植版在這裡[5]
$ pip3 install criticality-score
$ criticality_score --repo github.com/kubernetes/kubernetes
name: kubernetes
url: https://github.com/kubernetes/kubernetes
language: Go
created_since: 79
updated_since: 0
contributor_count: 3664
org_count: 5
commit_frequency: 102.7
recent_releases_count: 76
closed_issues_count: 2906
updated_issues_count: 5136
comment_frequency: 5.7
dependents_count: 407254
criticality_score: 0.9862
3.使用 Go 編寫 kubernetes controller [6]
4.油管視訊:現代編譯器構建 by C#之父 Anders Hejlsberg[7]
5.kubernetes 儲存外掛效能橫向對比(2020 版) [8]
6.使用 kubernetes 編排虛擬機器 [9]
7.使用 RBAC 簡化 kubernetes 資源訪問控制[10]
8.Go gui 框架 fyne 的全平臺打包釋出工具 fyne-cross 釋出 1.0 版本[11]
9.最小的 bash 安全指令碼模板[12]
10.免費的 linux 系統監控模板 by influxdb [13]
11.C++ 20 標準正式釋出[14]
來源:https://gopher-daily.com/
- 歸檔地址:https://github.com/Han-Ya-Jun/gocn_news_set
- Go 技術日報交流群:
可以關注公眾號回覆:微信,拉你入群。
- 訂閱公眾號: 亞軍進化史
參考資料
[1]
Go 技術日報(2020-12-15): https://studygolang.com/topics/12811
[2]
BPF and Go: Modern forms of introspection in Linux : https://medium.com/bumble-tech/bpf-and-go-modern-forms-of-introspection-in-linux-6b9802682223
[3]
Go 官博:2021 年初開始,godoc.org 預設將重定向到 pkg.go.dev: https://blog.golang.org/godoc.org-redirect
[4]
查詢關鍵的開源專案: Google 開源 criticality_score 專案,該專案會評估一個開源專案的重要性並給出一個評估分數,打分演算法來自 Rob Pike: https://github.com/ossf/criticality_score
[5]
其 go 語言移植版在這裡: https://github.com/engelsjk/criticalityscore
[6]
使用 Go 編寫 kubernetes controller : https://fedepaol.github.io/blog/2020/12/07/writing-a-kubernetes-controller-part-1/
[7]
油管視訊:現代編譯器構建 by C#之父 Anders Hejlsberg: https://www.youtube.com/watch?v=wSdV1M7n4gQ
[8]
kubernetes 儲存外掛效能橫向對比(2020 版) : https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020-updated-1c0b69f0dcf4
[9]
使用 kubernetes 編排虛擬機器 : https://www.projectcalico.org/using-kubernetes-to-orchestrate-vms/
[10]
使用 RBAC 簡化 kubernetes 資源訪問控制: https://www.cncf.io/blog/2020/09/17/simplify-kubernetes-resource-access-control-using-rbac-impersonation/
[11]
Go gui 框架 fyne 的全平臺打包釋出工具 fyne-cross 釋出 1.0 版本: https://fyne.io/blog/2020/12/14/fyne-cross-v1-release.html
[12]
最小的 bash 安全指令碼模板: https://betterdev.blog/minimal-safe-bash-script-template/
[13]
免費的 linux 系統監控模板 by influxdb : https://www.influxdata.com/blog/free-linux-system-monitoring-dashboard-from-influxdb/
[14]
C++ 20 標準正式釋出: https://www.iso.org/standard/79358.html
本作品採用《CC 協議》,轉載必須註明作者和本文連結