Provides useful Go utility packages.
The error package provides error reporting with stack traces and other
captured context (at the point of origin).
Defines and implements interfaces:
- Traced - provides origin stack trace.
- Wrapped - provides Unwrap().
- WithContext - provides additional context properties.
- Snapshot - provides error Traced, Wrapped, WithContext.
the filebacked package provides collections that are backed by the
filesystem rather than in-memory.
The logr package provides a rich logrus based Logger that is Snapshot
aware when logging at Error().