2025-09-17 00:00
精选
1. Memory Allocation in Go
图解 Go 内存分配机制,深入剖析高效内存管理的底层原理。
2. GopherCon 2025 Go Contributor Summit Notes
核心贡献者讨论依赖管理、cgo 性能、WebAssembly 等关键议题的原始记录。
3. Flaggy 1.6: Idiomatic Go Command Line Input Parsing
无依赖的命令行解析库,新增 Bash/Zsh 自动补全生成功能。
4. graphics.gd: Use Go with the Godot Game Engine
为 Godot 游戏引擎提供 Go 运行时支持,现可开发 iOS 应用。
5. How to Implement the Outbox Pattern in Go and Postgres
使用 Go 和 Postgres 实现 Outbox 模式,确保消息可靠投递。
其它
1. It’s Survey Time! The 2025 Go Developer Survey is Live
Go 官方开发者调查启动,9月30日截止,影响未来语言发展方向。
2. The Day the Linter Broke My Code
探讨 linter 建议修复可能引入隐性问题的实际案例。
3. Using Go Channels to Solve Interface Impedance Mismatch
在非并发场景下利用 channel 解决接口阻抗不匹配的独特实践。
4. Building a Simple Stack-Based Virtual Machine in Go
用 Go 实现简易栈式虚拟机的教程与代码示例。
5. koanf 2.3: Read Configuration with Multiple Sources and Formats
轻量级配置管理库,支持多数据源和格式,可作为 Viper 替代方案。
6. GitHub’s Dependabot now supports Go modules hosted on private registries
Dependabot 新增对私有 Go 模块仓库的支持,提升私有依赖安全性。