Sven Anderson
de74c36d8c
cleanup: address err113 warnings about direct error comparisons
...
Several places in the code compared errors directly with the go-ceph
sentinel errors. This change uses the errors.Is() function of go
1.13 instead. The err113 linter reported this issue as:
err113: do not compare errors directly, use errors.Is() instead
Signed-off-by: Sven Anderson <sven@redhat.com>
2020-07-06 08:57:46 +00:00
..
2020-04-23 11:00:59 +00:00
2020-07-06 08:57:46 +00:00
2020-07-01 05:56:32 +00:00
2020-05-04 13:21:03 +00:00
2020-07-03 09:12:48 +00:00
2020-07-06 08:57:46 +00:00
2020-05-20 13:18:41 +00:00
2020-07-03 09:12:48 +00:00
2020-04-23 11:00:59 +00:00
2020-04-23 11:00:59 +00:00
2020-05-14 19:43:21 +00:00
2020-07-03 09:12:48 +00:00
2020-04-23 11:00:59 +00:00
2020-04-23 11:00:59 +00:00
2020-05-20 13:18:41 +00:00
2020-07-03 09:12:48 +00:00
2020-04-23 11:00:59 +00:00
2020-07-03 09:12:48 +00:00
2020-04-23 11:00:59 +00:00
2020-07-01 05:56:32 +00:00
2020-04-23 11:00:59 +00:00
2020-04-23 11:00:59 +00:00
2020-04-23 11:00:59 +00:00
2020-07-01 08:21:47 +00:00
2020-07-03 09:12:48 +00:00
2020-04-23 11:00:59 +00:00
2020-04-23 11:00:59 +00:00
2020-04-23 11:00:59 +00:00
2020-04-29 11:36:53 +00:00