Go iterators are too minimalist and iter.Seq/iter.Seq2 suck| xnacly.me
For many years, I've used third-party packages to help organize and manage middleware in my Go web applications. In small projects, I often used alice to create middleware 'chains' that I could reuse across multiple routes. And for larger applications, with lots of middleware and routes, I typically used a router like chi or flow to create nested route 'groups' with per-group middleware. | www.alexedwards.net
Overview ¶| pkg.go.dev
As I will be switching clients next year, I will also be switching programming languages, from Go …| Brain Baking
November 02, 2024 at 06:35| eli.thegreenplace.net
A description of range over function types, a new feature in Go 1.23.| go.dev
Why the function signatures in the slices packages are so complicated.| go.dev
func Clone ¶| pkg.go.dev