GoCN 每日新闻(2020-09-03)

Go Dumpling!让导出数据更容易 :https://segmentfault.com/a/1190000023879506

Goroutine 是如何处理栈的? :https://jiajunhuang.com/articles/2020_08_26-goroutine_stack.md.html

PayPal 使用 Go 提升扩展性 :https://go.dev/solutions/paypal/

使用整洁的架构重构 Go 项目 :https://threedots.tech/post/introducing-clean-architecture/

Go 如何申请对象内存大小 :https://commaok.xyz/post/discovering-size-classes/

GoCN 每日新闻 (2020-09-02)

Go 发布安全更新 1.15.1 :https://golang.google.cn/dl/#go1.15.1

Go 语言多错误值管理 :https://medium.com/a-journey-with-go/go-multiple-errors-management-a67477628cf1

从 Scipy 迁移至 Gonum :https://www.retrorefractions.com/blog/first-steps-gonum-optimize/

grpc-http1:将 grpc 服务暴露在 HTTP/1 环境下 :https://github.com/stackrox/go-grpc-http1/

bravetools:基于 LXD 的系统容器管理系统 :https://github.com/bravetools/bravetools

GoCN 每日新闻 (2020-08-31)

GORM v2 正式发布 :https://gocn.vip/topics/10888

微服务的战争:级联故障和雪崩 :https://mp.weixin.qq.com/s/lfuGP-5L5e7efWiLn424CQ

当 Kubernetes 遇到机密计算,阿里巴巴如何保护容器内数据的安全? :https://developer.aliyun.com/article/771142

深入剖析 go 中字符串的编码问题——特殊字符的 string 怎么转 byte? :https://www.jianshu.com/p/34e6790a6503

Golang 了解空接口 :https://mp.weixin.qq.com/s/9CciL8ifi_Q_qfyNEPLNlg

GoCN 每日新闻 (2020-08-24)

缓存击穿导致 golang 组件死锁的问题分享 :https://mp.weixin.qq.com/s/XsCTQJWry2UUtAkM4OFbwA

ElasticSearch Operator 工作原理浅析 :https://blog.ihypo.net/15914637998255.html

在 vscode 中调试 go 代码 :https://dev.to/nyxtom/debugging-in-go-in-vs-code-1c7f

Go-Micro json/yaml/etcd 配置读取 :https://juejin.im/post/6863826272200425480

csvstruct: csv 反序列化为结构体对象库 :https://pkg.go.dev/github.com/artyom/csvstruct?tab=doc

GoCN 每日新闻 (2020-08-23)

Go DiskQueue 源码阅读 :https://jiajunhuang.com/articles/2020_08_22-go_diskqueue.md.html

Go: 使用 pprof 收集样本数据 :https://mp.weixin.qq.com/s/HzhhF6nkMkFCv7nhtmBcBA

图解 Go 内存管理与内存清理 :https://mp.weixin.qq.com/s/NTmE7GA429hfrYkySRsh4g

分布式追踪不是银弹–正确使用分布式追踪和 APM 系统 :https://mp.weixin.qq.com/s/-i-KP5JTd1mUiMMK0gVRDA

client-go 之 Reflector 源码分析 :https://mp.weixin.qq.com/s/VLmIK8vcGNw7fI7xb1ZQCA

GoCN 每日新闻 (2020-08-22)

Go 实现将文件批量插入,更新或删除到 Elasticsearch 工具 :https://circleci.com/gh/gjbae1212/go-esworker

使用 Apache Kafka,Go 和 ksqlDB 构建 Telegram 机器人 :https://dev.to/rmoff/building-a-telegram-bot-with-apache-kafka-go-and-ksqldb-4and

Kong 微服务网关在 Kubernetes 的实践 :https://segmentfault.com/a/1190000023716847

基于 Go 实现的用于实时远程执行任务和命令的服务 :https://github.com/eltaline/ctrl

在 Go 中查询字符串以构造解析器 :https://medium.com/wesionary-team/reflections-tutorial-query-string-to-struct-parser-in-go-b2f858f99ea1

GoCN 每日新闻(2020-08-20)

晓黑板 go-zero 微服务框架介绍 :https://gocn.vip/topics/10845

GoCenter 助力 Golang 全速前进 :https://segmentfault.com/a/1190000023702543

如何避免用动态语言的思维写 Go 代码 :https://mp.weixin.qq.com/s/LqV7ODo7QCRykcFSRMRRgA

关于 Golang 错误处理的一些思考​ :https://mp.weixin.qq.com/s/KPrzPP797efFUKOTTfY1Ow

Go 语言文件读取的一些总结 :https://segmentfault.com/a/1190000023691973

GoCN 每日新闻 (2020-08-19)

Go 泛型第二篇: 基础类型 :https://www.ardanlabs.com/blog/2020/08/generics-02-underlying-types.html

在 Go 中简洁实现数据库事务的方法 :https://dev.to/techschoolguru/a-clean-way-to-implement-database-transaction-in-golang-2ba

GopherCon Russia 2020(俄文) :https://www.youtube.com/watch?v=dGcI1OsDCio&list=PLJTW0ZQ22rrEtvqbz0rxhNQTm0bkJV4Nb

GoUI:简易的 Go UI 框架 :https://kpfaulkner.wordpress.com/2020/08/17/goui-a-very-simple-ui-framework/

Facebook 孵化的 ORM ent 转为正式项目 :https://github.com/facebook/ent