#617 — September 11, 2026 |
|
Go Weekly |
|
|
Could Go Build cgo Packages Without a C Compiler? — Cross-compiling with Matloob, Mui, et al. (Go Team) |
💡 Another approach is to skip cgo entirely, which the SIMD and Ebitengine items later in this issue do in two quite different ways… |
Become a Confident Go Backend Engineer — Build a production-grade Go backend and learn by coding. Practice the skills you need to guide your AI coding agents. Hands-on online training from the authors of Watermill. Opens in the coming weeks. Join the waitlist. Three Dots Labs sponsor |
|
How Debian Code Search Got Fast TurboPFor in Pure Go with SIMD — One for performance fans! A detailed write-up of using Go’s experimental Michael Stapelberg |
|
IN BRIEF:
|
|
🕹️ Ebitengine 2.10: Now Pure Go on Desktop Platforms — After years of effort, the popular 2D game engine no longer needs cgo on macOS, Linux or BSD (joining Windows in this regard) so cross-compilation is a lot easier. There’s also a new ability to run apps as a controllable guest process, either headlessly for testing or embedded into other apps. Hajime Hoshi |
💡 The cgo-free approach is made possible by purego, the Ebitengine team's library for calling C functions from Go without cgo. |
|
Open Source Hits Frontier-Level Code Review at a Tenth of the Cost — PR-AF places #2 of 42 on Martian's Code-Review-Bench. Verified findings only, self-hosted, any open model. AgentField.ai sponsor |
|
📄 Four Ways to Do Super Fast Packet Processing in Go – 📄 Sloc Cloc and Code: Did I Just Get Buster Scrugged? – A tale of profiling 📄 Implementing Type Contracts via Mutually Referencing Type Parameters Nick Tobey (DoltHub) 📄 I Contributed to Go: Here's How You Can Too Alex Pliutau 📄 The 14-Year Road to |
🛠 Code & Tools |
|
|
gomodjail 2.0: An Experimental Jail for Go Modules — From the creator of Lima comes an interesting way to confine Go dependencies: mark a module with a comment in Akihiro Suda |
|
VHS 0.12: The 'Home Video Recorder' for Your CLI — A tool and scripting language for performing actions on the terminal that get recorded into an animated GIF, MP4, WebM, or PNG frames. Great for demos or tutorials. v0.12.0 lets you size the output by rows and columns (instead of just pixels). Charm |
|
🤖 yzma 1.26: Local LLM Inference from Go, Now in the Browser — Run vision and language models from Go through The Hybrid Group |
|
go-oracledb: An Official Pure Go Driver for Oracle Database — It's beta for now, but interesting to see an official Go client from Oracle. The established third party options are go-ora (also pure Go) and godror (which uses Oracle’s client libraries via cgo). Oracle |
|
|


