go_weekly_2025-08-12

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

实时可视化 Go 应用运行时指标(堆、协程、CPU 等),前端已重构。


5. dwarfreflect: Enhanced Reflection using DWARF Debug Information

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


其它

1. Be Careful with Go Struct Embedding

结构体嵌套可能意外覆盖深层字段,需注意同名字段歧义问题。


2. TreeView: Display Tree Structures at the Terminal

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


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

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


4. cors: A Principled CORS Middleware Library

自称可能是 Go 最佳 CORS 中间件库。


5. Microsoft’s custom builds of Go

Go 1.25 起微软定制版将默认使用系统加密库,不再用私有方案。