A Question about Go Error Formatting
Wednesday, April 21, 2021
On a code review a coworker left me the following comment: return fmt.Errorf("Error %s: %v", thing, err) …more
gogolangerrors