Rust 1.x seems to not always be backward compatible in practice
Author(s): Changkun Ou Permalink: https://golang.design/research/cgo-handle In the Go 1.17 release, we contributed a new cgo facility runtime/cgo.Handle in order to help future cgo applications better and easier to build concurrent-safe applications while passing pointers betwee...
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.