https://github.com/anaskhan96/soup
soup 2.0: A Beautiful Soup-Inspired Web Scraper â Takes inspiration from Python's popular Beautiful Soup and provides functions for loading and parsing pages and then navigating or reading the elements on them.
19 days ago
https://agentfield.ai/github/pr-af/?utm_id=golang-260731-pr-af
Top Open-Source Code Reviewer on Code-Review-Bench â pr-af, AgentField's open-source reviewer, just outranked leading closed models â #2 of 42 on Code-Review-Bench. Multi-agent PR review with ~3Ă more valid findings than closed tools at ~10Ă lower cost. Self-hosted, drops into GitHub Actions.
19 days ago
https://theconsensus.dev/p/2026/07/19/observing-gos-garbage-collector-old-and-new.html
Watching Go's New Garbage Collector Move Through the Heap â Green Tea became the default GC in Go 1.26, and Phil goes looking with perf and an ASCII map of the heap. Go lays objects out in size-segregated spans and never moves them, which can mean freeing 90% of your objects frees almost no memory.
19 days ago
https://rednafi.com/go/supervised-fire-and-forget/
Supervised Fire-and-Forget Tasks in Go â How to run 'fire and forget' tasks with bounded concurrency, panic recovery, and graceful shutdown, instead of bare go func() calls.
#go
#concurrency
19 days ago
https://blog.lvmbdv.dev/posts/adding-go-to-a-browser-code-runner/
Adding Go to a Browser Code Runner â A look at adding Go to a browser code runner, why the usual GOOS=js approach didn't work in a V8 isolate, and how compiling the Yaegi interpreter to WASI got it working cleanly.
#wasm
#go
#programming
19 days ago
https://zolstein.substack.com/p/pgxcollectrows-nice-apis-dont-have
pgx.CollectRows or Why Nice APIs Don't Have To Be Slow â pgx's CollectRows and RowToStructByName helpers were much slower than handwritten loops. The author got caching fixes into pgx 5.6 (released in 2024) and shows how a rethought abstraction closes the gap almost entirely.
19 days ago
https://github.com/golang/go/issues/80590
Go's Proposals for Generic Collection Types in Go 1.28 â An umbrella proposal from Go's Collections working group covering several collection data structures intended for the eventual Go 1.28 standard library. Includes a canonical set.Set type, hash-based maps and sets with custom hashers, an ordered map, and a new generic binary heap.
19 days ago
https://github.com/x-motemen/gore
Gore 0.7: A Full-Featured Go REPL Environment â Has all the niceties you'd expect like line editing, history, multi-line input, expression evaluation, the ability to import packages (and, in v0.7, you can create import aliases too) and gopls-powered code completion.
19 days ago
https://github.com/melbahja/goph
Goph 2.0: A Native Go SSH Client Library â Supports connections using passwords, private keys, keys with passphrases, doing file transfers, etc. v2 brings a functional options API, context-aware commands, SOCKS5 proxy, jump hosts, and more.
19 days ago
https://github.com/SeriousBug/webp-go-pure
đźď¸Â webp-go-pure: Pure Go WebP Encoding and Decoding â A pure Go WebP encoder/decoder for when you want to avoid cgo and libwebp.
19 days ago
https://www.tigerdata.com/go/trial
One Database. Zero Pipelines. Full Postgres â Extend Postgres: hypertables, 95% compression, continuous aggregates. Analytics on live data. $1000 credit to start.
3 months ago