|
|
|
|
|
by arccy
878 days ago
|
|
at least for the code i see, the error strings used in wrapping errors actually helps in giving context to the preceding operation. this of course requires the discipline that programmers don't just write if err != nil { return err } |
|