syncthing/lib/relay/client
greatroar df83b84aa1
all: Make all error implementations pointer types (#6726)
This matches the convention of the stdlib and avoids ambiguity: when
customErr{} and &customErr{} both implement error, client code needs to
check for both.

Memory use should remain the same, since storing a non-pointer type in
an interface value still copies the value to the heap.
2020-06-16 09:27:34 +02:00
..
client.go all: Tweak error creation (#6391) 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
dynamic.go all: Tweak error creation (#6391) 2020-03-03 22:40:00 +01:00
empty_test.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
methods.go all: Make all error implementations pointer types (#6726) 2020-06-16 09:27:34 +02:00
static.go all: Make all error implementations pointer types (#6726) 2020-06-16 09:27:34 +02:00