Speeding up Postgres integration tests in Go
Using Postgres template databases + migrations for fast tests.
Using Postgres template databases + migrations for fast tests.
Ok, to be frank, this article is mostly about the second part of the title. We will build a market simulation with minimal Go code, and show how the rich get richer even when they are not greedy at all.
After more than 4 years working on GoReleaser, I’m launching a Pro version!
In the previous post, I used goreleaser to add binaries to a project release. Now let's have goreleaser build a Homebrew formula as well. Automatically, and for macOS and Linux alike.
“go get” is a super-simple way of installing Go binaries, but not everyone has a Go compiler installed. If you want to make your CLI tools and apps available to the world, have a look at goreleaser.