Private
Public Access
1
0

Go 1.21.1, log/slog, dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-17 23:12:33 -07:00
parent 27c8bc4776
commit ca2cdaf458
10 changed files with 104 additions and 46 deletions

View File

@@ -3,7 +3,7 @@ package ntpdb
import (
"context"
"golang.org/x/exp/slog"
"log/slog"
)
type ZoneStats []ZoneStat