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-03-28 22:25:25 +02:00
2022-10-16 10:50:39 +02:00
2022-10-08 21:15:34 +02:00
2022-07-17 13:42:23 +02:00
2022-08-05 23:49:39 +02:00
2022-07-17 13:11:28 +02:00
2022-10-08 13:08:08 +02:00
2022-09-09 23:12:41 +02:00
2022-04-09 23:37:58 +02:00
2022-08-26 20:48:48 +02:00
2022-05-11 21:36:10 +02:00
2022-10-08 21:15:34 +02:00
2022-09-03 11:49:31 +02:00
2022-07-02 19:44:28 +02:00
2022-09-24 12:21:59 +02:00
2022-10-08 21:15:34 +02:00
2022-10-16 10:50:39 +02:00
2022-09-24 21:39:39 +02:00
2022-10-14 14:33:49 +02:00
2022-06-14 08:36:38 +02:00
2021-01-30 20:19:47 +01:00
2022-10-14 14:36:19 +02:00
2022-07-17 13:11:28 +02:00