https://blog.trailofbits.com/2026/05/12/go-fuzzing-was-missing-half-the-toolkit.-we-forked-the-toolchain-to-fix-it./
'Go Fuzzing Was Missing Half the Toolkit: We Forked the Toolchain to Fix It' — Go’s fuzzer lags the LibAFL-class tools Rust and C++ devs take for granted. Enter gosentry: a fork of the Go toolchain that runs testing.F harnesses on a LibAFL engine, adding struct-aware and grammar-based fuzzing, race and goroutine-leak detection. Together these surface bug classes the native fuzzer can miss.
3 months ago
https://fandf.co/4ttYJ59
From 8 Seconds to Under 1: How Depot CI Boots Fast — No warm pools, no pre-warming. Depot CI's microVMs start just-in-time, so cold boot speed is everything. The full optimization story: custom kernel, replacing systemd, ditching cloud-init, and tuning huge pages to get from 8 seconds to under 800ms.
3 months ago
https://cilium.io/blog/2026/05/06/securing-cicd-open-source-lessons-from-cilium/
How Cilium Hardens Its Go Supply Chain End to End — Vendoring every Go module is just one of a dozen controls in Cilium’s GitHub Actions and supply chain playbook, from gating PR triggers to signing releases, with an honest list of the gaps they haven’t closed yet.
3 months ago
https://blog.jetbrains.com/go/2026/05/11/the-goland-2026-2-early-access-program-has-started/
📊 The GoLand 2026.2 Early Access Program — The commercial Go IDE focuses on performance, pulling perf work out of separate tools and into the IDE, like built-in profiler visualization and analysis, escape analysis, a struct layout optimizer, and real-time CPU/memory usage monitoring.
#2026.2
#eap
#goland
3 months ago
https://github.com/tidwall/btype
btype: Fast B-Tree-Based Collection Types — From the creator of GJSON comes a new library offering B-tree-based collection types (including maps, sets, tables, queues, and stacks) that’s faster than existing B-tree implementations in Go, Rust, and C++.
3 months ago
https://antfly.io/blog/distributed-search-engine-go
Building a Distributed Search Engine in Pure Go — Multi-Raft consensus, SIMD-accelerated vectors (via go-highway), and ML inference (via gomlx) without leaving the Go toolchain.
3 months ago
https://github.com/mvdan/gofumpt
🔎 gofumpt 0.10: An Even Stricter gofmt — If gofmt doesn't go far enough for you, gofumpt (which can be run as a drop-in replacement for gofmt) has even more rules to keep your codebase under control. v0.10 is based on Go 1.26’s gofmt and adds… yes, even more rules.
3 months ago
https://ghost.build/developers/
58ms to Fork a Database. 0ms to Clean It Up — ghost gives your agent its own Postgres fork per task. No cleanup, no shared state, no project limits. Try for free.
3 months ago
https://github.com/maxence-charriere/go-app
go-app 11.0: Build Progressive Web Apps with Go and WebAssembly — A framework for building Go-powered PWAs that uses Go’s standard http approach for the backend and adds a declarative syntax so you can write component-based UIs in Go itself.
3 months ago
https://github.com/nakagami/grdpwasm
grdpwasm: A Go WASM-Powered RDP Client for the Web — A browser-based implementation of an RDP (Microsoft's Remote Desktop Protocol) client in Go that's compiled to WebAssembly.
3 months ago