这里记录每周值得分享的 Go 语言相关内容,周日发布。本周刊开源(GitHub:polaris1119/golangweekly[1]),欢迎投稿,推荐或自荐文章/软件/资源等,请提交 issue[2] 。
鉴于一些人可能没法坚持把英文文章看完,因此,周刊中会尽可能推荐优质的中文文章。优秀的英文文章,我们的 GCTT 组织会进行翻译。
由于微信公众号不支持外链,文中大量链接可通过文末「阅读原文」查看。
题图:Go 实现的纸牌游戏:https://github.com/brianstrauch/solitaire-tui。
1、Gin 1.9 发布[3]
一个 Go HTTP 框架。
2、mpb v8.2 发布[4]
在终端为 Go 命令行应用程序显示进度条。
3、imagor v1.4.1 发布[5]
用 Go 和 libvips 编写的高性能图像处理服务器。
4、pie 2.4 发布[6]
操作 slice 和 map 的方便库。
5、新提案:类型推断的一个通用方案[7]
泛型中的类型推断。
1、10 秒改 struct 性能直接提升 15%,产品姐姐都夸我好棒
内存对齐。
MVC,古老的架构,但一直流行着。
3、选择“网红语言”值不值?使用Go和Rust的数据库公司七年经验总结
PingCAP CTO 谈当初选择 Go 与 Rust 的得失。
这篇文章我们将讨论 Go 语言中数组与切片(slice),深入探究它们的内部结构以及为什么它们表现不一样,即使它们能做类似的事情。
来自读者的一个问题。
1、log[8]
一个小巧、色彩丰富的 Go 日志库。
2、pgweb[9]
PostgreSQL 跨平台 Go 客户端。
3、solitaire-tui[10]
终端的克朗代克纸牌游戏,Go 实现。
4、sponge[11]
支持快速生成网络和微服务代码的微服务框架。
1、opossum[12]
Go 实现的浏览器。真丑。。。
2、soft-serve[13]
一个可自我托管的命令行 Git 服务器。
3、vhs[14]
你的 CLI 家庭录像机。
4、hoverfly[15]
面向开发人员和测试人员的轻量级服务虚拟化/API 模拟工具。
5、define[16]
一个命令行字典(词库)应用程序,可以访问多个源。
6、efthook[17]
适用于任何类型项目的快速而强大的 Git Hook 管理器。
这个周刊每周日发布,同步更新在Go语言中文网[18]和微信公众号[19]。
微信搜索"Go语言中文网"或者扫描二维码,即可订阅。
polaris1119/golangweekly: https://github.com/polaris1119/golangweekly
[2]提交 issue: https://github.com/polaris1119/golangweekly/issues
[3]Gin 1.9 发布: https://github.com/gin-gonic/gin/releases/tag/v1.9.0
[4]mpb v8.2 发布: https://github.com/vbauerster/mpb
[5]imagor v1.4.1 发布: https://github.com/cshum/imagor
[6]pie 2.4 发布: https://github.com/elliotchance/pie
[7]新提案:类型推断的一个通用方案: https://github.com/golang/go/issues/58650
[8]log: https://github.com/charmbracelet/log
[9]pgweb: https://github.com/sosedoff/pgweb
[10]solitaire-tui: https://github.com/brianstrauch/solitaire-tui
[11]sponge: https://github.com/zhufuyi/sponge
[12]opossum: https://github.com/psilva261/opossum
[13]soft-serve: https://github.com/charmbracelet/soft-serve
[14]vhs: https://github.com/charmbracelet/vhs
[15]hoverfly: https://github.com/SpectoLabs/hoverfly
[16]define: https://github.com/Rican7/define
[17]efthook: https://github.com/evilmartians/lefthook
[18]Go语言中文网: https://studygolang.com/go/weekly
[19]微信公众号: https://weixin.sogou.com/weixin?query=Go%E8%AF%AD%E8%A8%80%E4%B8%AD%E6%96%87%E7%BD%91