chain of responsibilities

This commit is contained in:
adlerhurst
2025-02-26 09:49:38 +01:00
parent 16a324b8fd
commit fb3b451d4d
18 changed files with 86 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
package logging
import "log/slog"
type Logger struct {
*slog.Logger
}