diff --git a/json_handler.go b/json_handler.go index c7afe5a..f7606c5 100644 --- a/json_handler.go +++ b/json_handler.go @@ -1,9 +1,12 @@ package simplelog import ( + "context" + "encoding/json" "context" "encoding/json" "log" + "log/slog" "log" )