syncthing/lib/relay
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 all: Modernize error wrapping (#8491) 2022-08-16 10:01:49 +02:00
protocol all: Remove unused method receivers (#8462) 2022-07-28 17:32:45 +02:00