Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
v0.3.0
110707d2 · ·v0.3.0 — error mapping layer New public API: - SetErrorMap(map[error]error) — replace the global translation map - MapError(from, to error) — add/overwrite a single mapping - ClearErrorMap() — wipe the map (mostly for tests) Wrap/Wrapf translate the underlying error via errors.Is before wrapping. Backwards compatible: empty map = unchanged behavior.
-
v0.2.3
cca8950a · ·- removed external logrus dependency - use stdlib log/slog for nil error warnings - no API changes
-
-
-
-