package handler import ( "io" "log/slog" ) func newTestLogger() *slog.Logger { return slog.New(slog.NewTextHandler(io.Discard, nil)) }