This commit is contained in:
2024-05-22 14:52:20 -07:00
parent 7e0266aefc
commit 29c31d44f8
5 changed files with 43 additions and 36 deletions

View File

@@ -1,13 +1,10 @@
package simplelog
import (
"context"
"encoding/json"
"context"
"encoding/json"
"log"
"log/slog"
"log"
)
type JSONHandler struct{}