go_weekly_2025-08-11

2025-08-06 00:00

原文链接

精选

1. Go Concurrency Explorer and Visualizer

WASM 实时编码环境可视化展示 Go 并发模式,含多个教程。


2. Crush: Charm’s Entry into the AI Coding Agent Space

Charm 团队推出 Go 驱动的 AI 编程助手,类似 Claude Code。


3. Go Assembly Mutation Testing

Go 加密库通过汇编变异测试提升关键代码的测试覆盖率检查。


4. Statsviz 0.7: Instant Visualization of Your App’s Runtime Statistics

实时可视化运行时指标(堆、协程、CPU等),前端全新改版。


5. Be Careful with Go Struct Embedding

结构体嵌入可能意外屏蔽深层字段,需注意同名字段歧义问题。


其它

1. TreeView: Display Tree Structures at the Terminal

终端树形结构显示与导航工具,支持 Bubble Tea 和 Lip Gloss。


2. dwarfreflect: Enhanced Reflection using DWARF Debug Information

通过 DWARF 调试信息突破 reflect 无法获取函数参数名的限制。


3. Inbucket 3.1: A Disposable Webmail Server with SMTP, POP3, and More

自托管测试邮件服务,支持 Web/REST/POP3 接口。


4. Microsoft’s custom builds of Go

Go 1.25 起微软定制版将默认使用系统提供的加密库。


5. go-redis 9.12

官方 Go Redis 客户端更新,支持 Redis 8.2。