2025-09-17 00:00
精选
1. Memory Allocation in Go
深入解析 Go 内存分配机制,包含丰富图表,帮助理解底层高效管理原理。
2. It’s Survey Time! The 2025 Go Developer Survey is Live
Go 官方开发者调查开启,9月30日截止,影响未来语言发展方向。
3. GopherCon 2025 Go Contributor Summit Notes
贡献者峰会讨论依赖管理、cgo性能、WebAssembly等关键议题,揭示Go演进方向。
4. Flaggy 1.6: Idiomatic Go Command Line Input Parsing
无依赖命令行解析库,新增bash/zsh自动补全生成器,支持子命令和任意位置标志。
5. graphics.gd: Use Go with the Godot Game Engine
Go运行时层集成Godot游戏引擎,现支持iOS应用开发,扩展Go游戏开发生态。
其它
1. The Day the Linter Broke My Code
探讨linter误判场景,提醒开发者注意静态检查工具的上下文局限性。
2. Using Go Channels to Solve Interface Impedance Mismatch
创新使用channel解决接口阻抗不匹配,展示非并发场景下的通道应用。
3. How to Implement the Outbox Pattern in Go and Postgres
基于Go和Postgres实现Outbox模式,确保消息可靠投递的实践方案。
4. koanf 2.3: Read Configuration with Multiple Sources and Formats
轻量级配置管理库,支持JSON/TOML/YAML等多源格式,Viper的替代方案。
5. Google Gen AI Go SDK v1.25.0
官方Gemini和Vertex AI生成式AI模型Go SDK更新,方便AI应用集成。
6. FastHTTP 1.66
高性能net/http替代方案,针对高并发场景优化,提升吞吐性能。
7. PSQL Wire Protocol v0.15.0
纯Go实现Postgres服务端协议,支持构建自定义数据库服务器。
8. GitHub’s Dependabot now supports
Dependabot新增私有Go模块注册表支持,增强依赖安全管理能力。