restic/internal
greatroar 22147e1e02 all: Minor cleanups
if x { return true } return false => return x

	fmt.Sprintf("%v", x) => fmt.Sprint(x) or x.String()

The fmt.Sprintf idiom is still used in the SecretString tests, where it
serves security hardening.
2022-10-16 10:50:39 +02:00
..
2022-10-16 10:50:39 +02:00
2022-10-14 14:33:49 +02:00
2022-10-16 10:50:39 +02:00
2022-07-17 13:42:23 +02:00
2022-05-11 21:36:10 +02:00
2022-10-16 10:50:39 +02:00
2022-10-14 14:33:49 +02:00
2021-01-30 20:19:47 +01:00