repository
0.0.0-20240318152602-01f3aef2bbbf
Repository: https://github.com/gostdlib/foundation.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Foundation
Contains packages that provides the user with features found in other packages. For example, telemetry/slog
provides an slog.Handler
that can be wrapped with a custom slog.Handler
to record log message in OTEL spans in addition to our OTEL messages.
Package errors
provides a superset of the standard library's errors
package with useful types for these packages.