每日一谚:Go enables simple, safe concurrent programming. but It doesn't forbid bad programming.

Go技术新闻

  1. Go官博:2021年初开始,godoc.org默认将重定向到pkg.go.dev - https:///godoc.org-redirect
  2. 查找关键的开源项目: Google开源criticality_score项目,该项目会评估一个开源项目的重要性并给出一个评估分数,打分算法来自Rob Pike - https:///ossf/criticality_score,其go语言移植版在这里:https:///engelsjk/criticalityscore
$ pip3 install criticality-score

$ criticality_score --repo /kubernetes/kubernetes
name: kubernetes
url: https:///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
  1. 使用Go编写kubernetes controller - https://fedepaol.github.io/blog/2020/12/07/writing-a-kubernetes-controller-part-1/
  2. 视频:现代编译器构建 by C#之父 - Anders Hejlsberg - https:///watch?v=wSdV1M7n4gQ
  3. kubernetes存储插件性能横向对比(2020版) - https:///volterra-io/kubernetes-storage-performance-comparison-v2-2020-updated-1c0b69f0dcf4
  4. 使用kubernetes编排虚拟机 - https:///using-kubernetes-to-orchestrate-vms/
  5. 使用RBAC简化kubernetes资源访问控制 - https://www.cncf.io/blog/2020/09/17/simplify-kubernetes-resource-access-control-using-rbac-impersonation/
  6. Go gui框架fyne的全平台打包发布工具fyne-cross发布1.0版本 - https://fyne.io/blog/2020/12/14/fyne-cross-v1-release.html
  7. 最小的bash安全脚本模板 - https://betterdev.blog/minimal-safe-bash-script-template/
  8. 免费的linux系统监控模板 by influxdb - https://www.influxdata.com/blog/free-linux-system-monitoring-dashboard-from-influxdb/
  9. C++ 20标准正式发布 - https://www.iso.org/standard/79358.html