syncthing/lib/relay/client
Jakob Borg b10d106a55
all: Modernize error wrapping (#8491)
This replaces old style errors.Wrap with modern fmt.Errorf and removes
the (direct) dependency on github.com/pkg/errors. A couple of cases are
adjusted by hand as previously errors.Wrap(nil, ...) would return nil,
which is not what fmt.Errorf does.
2022-08-16 10:01:49 +02:00
..
client.go lib/relay/client: Stricter typing and remove unused code (#7819) 2021-07-21 09:49:09 +02:00
debug.go all, lib/logger: Refactor SetDebug calls (#6054) 2019-10-04 13:03:34 +02:00
dynamic.go all: Remove or convert deprecated API usages (#8459) 2022-07-28 17:14:49 +02:00
empty_test.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
methods.go all: Refactor relay invitations (#7646) 2021-05-10 22:25:43 +02:00
static.go all: Modernize error wrapping (#8491) 2022-08-16 10:01:49 +02:00