syncthing/lib/upgrade
Jakob Borg dd92b2b8f4
all: Tweak error creation (#6391)
- 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.
2020-03-03 22:40:00 +01:00
..
debug.go all, lib/logger: Refactor SetDebug calls (#6054) 2019-10-04 13:03:34 +02:00
signingkey.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
upgrade_common.go all: Remove dead code, fix lost msgLen checks (#6129) 2019-11-06 07:09:58 +01:00
upgrade_supported.go all: Tweak error creation (#6391) 2020-03-03 22:40:00 +01:00
upgrade_test.go lib/upgrade: Tests should pass on darwin-386 2018-06-06 09:47:13 +02:00
upgrade_unsupp.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00