ceph-csi/internal
Yug 628ae9e982 cleanup: use wrapped static errors instead of dynamic
In Go 1.13, the fmt.Errorf function supports a new %w verb.
When this verb is present, the error returned by fmt.Errorf
will have an Unwrap method returning the argument of %w,
which must be an error. In all other ways, %w is identical to %v.

Updates: #1227

Signed-off-by: Yug <yuggupta27@gmail.com>
2020-07-21 08:36:24 +00:00
..
cephfs cleanup: use wrapped static errors instead of dynamic 2020-07-21 08:36:24 +00:00
csi-common cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
journal cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
liveness cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
rbd cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
util cleanup: address godot warnings 2020-07-21 08:36:24 +00:00