This updates all remaining cases of unwrapped errors in fmt.Errorf calls to wrap the underlying errors with the %w format verb to ensure they work nicely with errors.Is and errors.As. |
||
|---|---|---|
| .. | ||
| addrmanager_test.go | ||
| addrmanager.go | ||
| doc.go | ||
| error.go | ||
| go.mod | ||
| go.sum | ||
| knownaddress_test.go | ||
| knownaddress.go | ||
| log.go | ||
| netaddress_test.go | ||
| netaddress.go | ||
| network_test.go | ||
| network.go | ||