Go技术日报(2022-06-09/12)——微服务效率工具 goctl 深度解析(上)

2022年6月13日 294点热度 0人点赞 0条评论

每日一谚:In Go, errors are just values so they can be anything I need them to be.

go 中文网每日资讯--2022-06-09/12

一、Go 语言中文网

  1. 提高效率的 5 个 GoLand 快捷键,你都知道吗?

  2. golang 刷 leetcode:统计区间中的整数数目

  3. PHP 跌出前 10,Go 机会来了?6 月 TIOBE 榜单

  4. Go 语言爱好者周刊:第 148 期

二、GoOfficialBlog

  1. [摘要]如何构建分布式数据库 severless 服务?

三、亚军进化史

  1. Go 技术日报(2022-06-08)——聊聊索引失效的 10 种场景,太坑了

四、轩脉刃的刀光剑影

  1. cgo 调用 c 动态库实战

五、RememberGo

  1. Go 网络库 Gnet 解析

六、章老师说

  1. 软件,以人为本

七、云影原生

  1. 监控中的 GC 延迟是在说什么?

八、k8s 技术圈

  1. 可视化 Kubernetes 历史记录

九、polarisxu

  1. Go 1.19 Beta1 发布,这个改动挺有意思

十、网管叨 bi 叨

  1. K8s 也面向对象?学会这三要素,用 K8s 就跟编程一样

GOCN 每日新闻--2022-06-12

1.使用 stdlib 接口 [1]

2.如何调试第二次测试运行?[2]

3.简化 Go 中对 JSON 的处理

4.如何调用一个只支持 batch_call 的服务

5.Categraf - 夜莺监控发布新轮子

GOCN 每日新闻--2022-06-12

1.使用 stdlib 接口 [3]

2.如何调试第二次测试运行?[4]

3.简化 Go 中对 JSON 的处理

4.如何调用一个只支持 batch_call 的服务

5.Categraf - 夜莺监控发布新轮子

GOCN 每日新闻--2022-06-11

1.Go 1.19 beta1 发布 [5]

2.使用 Go 和 go4vl 构建网络摄像头 [6]

3.Go 语言 WaitGroup 详解 [7]

4.微服务效率工具 goctl 深度解析(上) [8]

5.可视化 Go 内存管理 [9]

GOCN 每日新闻--2022-06-10

1.范型下,优雅的 Lodash 风

2.Ory Kratos 是世界上第一个云原生身份和用户管理系统 [10]

3.Golang 中的简洁架构示例 [11]

4.go-zero 微服务实战系列(二、服务拆分)

5.十年磨一剑 go 1.18 泛型[12]

gopherDaily--2022-06-12

1.Go 1.19 新特性前瞻 [13]

2.Go 1.19 Beta1 版本发布[14]

3.协程风格 Go 词法分析器的性能 [15]

4.garr: 高性能、线程安全、无锁的 go 数据结构集合 [16]

5.使用 Go 从头开始构建更快的 rsync [17]

6.如何将 react 应用嵌入到 Go 二进制文件中 [18]

7.Ebiten 2D 游戏开发框架更名为 Ebitengine[19]

8.Prometheus 采不到数据了!居然是 Prometheus client 包的锅[20]

9.Categraf - 夜莺监控发布新轮子

10.Grafana Loki 学习之踩坑记

11.WebAssembly 会取代 Docker 吗?

12.gta:通过传递分析快速找到依赖关系发生变化的软件包[21]

gopherDaily--2022-06-10

1.实战 Go 汇编:汇编在 MatrixOne 项目中的使用[22]

2.在 Go 中使用 Chi 的 restful routing[23]

3.详解 Go 分布式链路追踪实现原理

4.使用 Go 标准库中的接口类型 [24]

5.Cilium 开源 Tetragon - 基于 eBPF 的安全可观测性&运行时增强 [25]

6.sealer,“集群”版本的 Docker,交付复杂度的终结者

7.浅谈 MatrixOne 如何用 Go 语言高性能哈希表的设计与实现[26]

8.进大厂,看这些学习资源就好了[27]

9.Tailscale 基础教程:Headscale 的部署方法和使用教程[28]

10.Kratos:云原生身份和用户管理系统 [29]

来源:

  • go 中文网每日资讯[30]
  • gopherDaily[31]
  • GoCN 每日新闻[32]
  • 归档地址:https://github.com/Han-Ya-Jun/gocn_news_set
  • Go 技术日报交流群:

    关注公众号回复:微信,拉你入群。

  • 订阅公众号: 亚军进化史
  

参考资料

[1]

使用 stdlib 接口 : https://eltonminetto.dev/en/post/2022-06-07-using-go-interfaces/

[2]

如何调试第二次测试运行?: https://osinet.fr/go/en/articles/debug-second-test/

[3]

使用 stdlib 接口 : https://eltonminetto.dev/en/post/2022-06-07-using-go-interfaces/

[4]

如何调试第二次测试运行?: https://osinet.fr/go/en/articles/debug-second-test/

[5]

Go 1.19 beta1 发布 : https://groups.google.com/g/golang-announce/c/SNruPJUSFz0

[6]

使用 Go 和 go4vl 构建网络摄像头 : https://medium.com/go4vl/building-a-webcam-with-go-and-go4vl-7b56d2c54e39

[7]

Go 语言 WaitGroup 详解 : https://segmentfault.com/a/1190000041968136

[8]

微服务效率工具 goctl 深度解析(上) : https://segmentfault.com/a/1190000041963346

[9]

可视化 Go 内存管理 : https://juejin.cn/post/7107533102083211301

[10]

Ory Kratos 是世界上第一个云原生身份和用户管理系统 : https://github.com/ory/kratos#what-is-ory-kratos

[11]

Golang 中的简洁架构示例 : https://github.com/cyruzin/hexagony

[12]

十年磨一剑 go 1.18 泛型: https://juejin.cn/post/7106393821943955463

[13]

Go 1.19 新特性前瞻 : https://tonybai.com/2022/06/12/go-1-19-foresight

[14]

Go 1.19 Beta1 版本发布: https://go.dev/dl/#go1.19beta1

[15]

协程风格 Go 词法分析器的性能 : https://eli.thegreenplace.net/2022/performance-of-coroutine-style-lexers-in-go/

[16]

garr: 高性能、线程安全、无锁的 go 数据结构集合 : https://github.com/line/garr

[17]

使用 Go 从头开始构建更快的 rsync : https://hackaday.com/2022/06/01/building-faster-rsync-from-scratch-in-go/

[18]

如何将 react 应用嵌入到 Go 二进制文件中 : https://www.smartinary.com/blog/how-to-embed-a-react-app-in-a-go-binary/

[19]

Ebiten 2D 游戏开发框架更名为 Ebitengine: https://ebiten.org/blog/ebitengine.html

[20]

Prometheus 采不到数据了!居然是 Prometheus client 包的锅: https://t.zsxq.com/02AUBAmmM

[21]

gta:通过传递分析快速找到依赖关系发生变化的软件包: https://github.com/digitalocean/gta

[22]

实战 Go 汇编:汇编在 MatrixOne 项目中的使用: https://gocn.vip/topics/8QGlV0ULwO

[23]

在 Go 中使用 Chi 的 restful routing: https://thedevelopercafe.com/articles/restful-routing-with-chi-in-go-d05a2f952b3d

[24]

使用 Go 标准库中的接口类型 : https://eltonminetto.dev/en/post/2022-06-07-using-go-interfaces/

[25]

Cilium 开源 Tetragon - 基于 eBPF 的安全可观测性&运行时增强 : https://icloudnative.io/posts/tetragon/

[26]

浅谈 MatrixOne 如何用 Go 语言高性能哈希表的设计与实现: https://www.matrixorigin.cn/h-nd-81.html

[27]

进大厂,看这些学习资源就好了: https://medium.com/the-weekly-readme/how-i-got-in-to-amazon-microsoft-google-all-from-studying-these-resources-31724508ce0e

[28]

Tailscale 基础教程:Headscale 的部署方法和使用教程: https://icloudnative.io/posts/how-to-set-up-or-migrate-headscale/

[29]

Kratos:云原生身份和用户管理系统 : https://github.com/ory/kratos

[30]

go中文网每日资讯: https://studygolang.com/go/godaily

[31]

gopherDaily: https://gopher-daily.com/issues/last

[32]

GoCN每日新闻: https://gocn.vip/news

21750Go技术日报(2022-06-09/12)——微服务效率工具 goctl 深度解析(上)

root

这个人很懒,什么都没留下

文章评论