go_weekly_2025-10-14

2025-10-08 00:00

原文链接

精选

1. qjs: Run JavaScript in Go

Cgo-free JavaScript运行时,通过Wazero运行QuickJS WASM,支持Go-JS互操作和沙箱隔离。


2. How Cloudflare Found a Bug in Go’s arm64 Compiler

Cloudflare分享在Go arm64编译器中发现的罕见bug及其修复过程,展示大规模部署的调试经验。


3. How to Reproduce and Fix an I/O Data Race with Go and DTrace

使用DTrace复现和修复Go文件系统数据竞争问题,提供CI环境疑难问题的调试方法。


4. yzma: Perform Local Inference with VLMs and LLMs

基于purego和ffi的本地AI推理库,直接调用llama.cpp无需CGo,支持视觉和语言模型。


5. Lo v1.52.0: A Lodash-Style Library for Go 1.18+

类似Lodash的Go工具库,提供切片、映射等实用方法,新版改进了文档和功能。


其它

1. Reverse Engineering Doesn’t Have to Be Hard

逆向工程Go恶意软件的入门教程,展示基本分析技术,适合初学者学习。


2. Terminating Elegantly: A Guide to Graceful Shutdowns

聚焦Kubernetes环境下Go应用的优雅关闭策略,提供实用部署建议。


3. PG Back Web 0.5: A Postgres Backup System with Web Interface

带Web界面的Postgres备份系统,支持定时备份、监控和Webhook,兼容Postgres 18。


4. Ebitengine v2.9.0

2D游戏引擎重大更新,显著提升矢量图形渲染质量。


5. Ginkgo 2.26

成熟测试框架新增JSON报告生成功能,兼容go test格式。


6. Go v1.25.2 and v1.24.8 Released

安全更新版本,修复多个包的安全漏洞,建议升级。