Tags give the ability to mark specific points in history as being important
-
v0.4.5
f3fc3a19 · ·ctxerrors v0.4.5 — correct the return-value claim The README said all functions return a *CTXError. SetErrorMap, MapError and ClearErrorMap return nothing; only New, Wrap, Wrapf and Join return an error. No code changed.
-
v0.4.4
92dbfcfb · ·ctxerrors v0.4.4 — imported-by badge, refreshed weekly CI only; the library is unchanged. The README gains a count of importing packages linking to the list of repositories behind it. Useful here because the naive signals mislead: no stars, no external importers, but ~17 of my own modules import this one. The number is a blast-radius indicator for changes, not adoption.
-
-
-
-
-
-
-
-
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
-
-
-
-