standardise on using %w when wrapping errors using fmt.Errorf

Issue #172 resolved
Saxon Milton created an issue

Now that go1.13 uses %w to wrap errors, we should standardise on this. We should update places where we have used %v to wrap errors when using fmt.Errorf.

Comments (2)

  1. Log in to comment