Creating test doubles in Go, manual or auto-generated?
We set up test doubles when it is difficult or impossible to use real objects due to complexity or external dependencies. In Go, an interface is a collection of …
We set up test doubles when it is difficult or impossible to use real objects due to complexity or external dependencies. In Go, an interface is a collection of …
Back on track.
A writeup of the GopherCon UK 2025 conference.
8 tech, 3 work, 3 business, 4 science, 7 life, 1 random
A how-to for code generation in Go