Versions in this module Expand all Collapse all v0 v0.1.0 Jun 5, 2026 Changes in this version + const ModeDere + const ModeTsun + const ModeYan + func Mode() string + func NewSlogHandler(base slog.Handler, opts ...Option) slog.Handler + func Recover(errp *error, opts ...Option) + func SetMode(mode string) error + func Styled(in <-chan error, opts ...Option) <-chan error + func Uwuify(s string, opts ...Option) string + type Option func(*config) + func WithMode(mode string) Option + func WithRand(r *rand.Rand) Option + func WithSeed(seed int64) Option + func WithoutType() Option + type StyledError struct + Original error + OriginalMessage string + func Wrap(err error, opts ...Option) *StyledError + func (e *StyledError) Error() string + func (e *StyledError) Framing() string + func (e *StyledError) Mode() string + func (e *StyledError) Unwrap() error