Go技术日报(2021-06-05)——Go 内存管理概述

每日一谚:Use an atomic package to increment a variable “counter++” when using workers, multiple goroutines. Otherwise you get a corrupted count due to a race/write condition.

go中文网每日资讯–2021-06-05

一、Go语言中文网

  1. Go实战项目:打造一个七牛云图片处理服务

  2. Go 中的动态作用域变量是什么鬼?

  3. Leetcode 上的小偷太难了!!

二、亚军进化史

  1. Go技术日报(2021-06-04)——Go 1.16.5 和 Go 1.15.13 发布

  2. Go技术日报(2021-06-03)——Go 重构和转换工具

三、k8s技术圈

  1. 在 Kubernetes 上使用 Spinnaker 构建部署流水线

四、云原生技术爱好者社区

  1. 使用Kubernetes重新思考系统架构并减轻技术债务

来源: https://studygolang.com/go/godaily

GOCN每日新闻–2021-06-05

1.vtprotobuf: 高性能 gogoprotobuf 替代品,兼容 ProtoBuf APIv2 Vitess | Scalable. Reliable. MySQL-compatible. Cloud-native. Database.

2.『每周译 Go』Go 内存管理概述

3.LazyLRU 应用至生产环境 LazyLRU: Laughing All the Way to Production | by Mike Hurwitz | Bluecore Engineering | Medium

4.GoLand 发布 2021.2 EAP build #2 https://blog.jetbrains.com/go/2021/06/04/goland-2021-2-eap-build-2-is-here/

5.photoprism:开源的 Google Photos 替代品 GitHub - photoprism/photoprism: AI-Powered Photos App for the Decentralized Web 🌈💎✨

来源: https://gocn.vip/news

gopherDaily–2021-06-05

1.生产环境被破坏:原因居然是在Go中进行前一个月的计算 - How a calculation of previous month in golang can break production - DEV Community

2。为什么go工具链需要原生支持fuzz test - Why Go fuzzing? - Google Docs

3.新提案:syscall包增加Syscall21和Syscall24 - syscall: add SyscallN · Issue #46552 · golang/go · GitHub

4.panicparse v1.6.0发布在v2.0.1之后,作者咋想的? - panicparse v1.6.0

5.以太坊智能合约的go绑定 - Creating Go Bindings for Ethereum Smart Contracts · Chris Hager

6.新提案:添加net/netaddr包:增加新的IP地址类型 - net/netip: add new IP address package, use in net · Issue #46518 · golang/go · GitHub

7.Uber 的 API 网关架构[译] - https://mp.weixin.qq.com/s/Z6IwBkCc357u3OxWMDRH2g

8.已成为RFC9000的QUIC协议的Go实现 - GitHub - goburrow/quic: quiwi 🥝 - QUIC implementation in Go.

9.terraform教程 by hashicorp learn - New Terraform Tutorials on HashiCorp Learn

10.使用静态分析工具分析linux内核代码 - https://thenewstack.io/checking-linuxs-code-with-static-analysis-tools/

11.如何在Go中使用chrono调度task - How to Schedule Tasks using Chrono in Golang | by Burak Köken | ITNEXT

来源: Gopher Daily