Go 1.21.1, log/slog, dependencies
continuous-integration/drone/push Build is passing

This commit is contained in:
ask
2023-09-17 23:12:33 -07:00
parent 27c8bc4776
commit ca2cdaf458
10 changed files with 104 additions and 46 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package ntpdb
import (
"context"
"golang.org/x/exp/slog"
"log/slog"
)
type ZoneStats []ZoneStat