Go 1.21; use log/slog instead of version from x/exp

This commit is contained in:
2023-09-17 23:03:55 -07:00
parent 053de4fd16
commit 020966a4b3
5 changed files with 10 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"strconv"
"sync"
"golang.org/x/exp/slog"
"log/slog"
)
var ConfigPrefix = ""