mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
dd92b2b8f4
- In the few places where we wrap errors, use the new Go 1.13 "%w" construction instead of %s or %v. - Where we create errors with constant strings, consistently use errors.New and not fmt.Errorf. - Remove capitalization from errors in the few places where we had that. |
||
---|---|---|
.. | ||
debug.go | ||
signingkey.go | ||
upgrade_common.go | ||
upgrade_supported.go | ||
upgrade_test.go | ||
upgrade_unsupp.go |