From 740bf5ac5572450aea8b8c4814e0ef2304735070 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Wed, 3 Apr 2024 16:51:02 -0400 Subject: [PATCH] Apply gofmt --- monitor/sthdir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/sthdir.go b/monitor/sthdir.go index b485e3c..2030dff 100644 --- a/monitor/sthdir.go +++ b/monitor/sthdir.go @@ -17,10 +17,10 @@ import ( "encoding/json" "errors" "fmt" - "slices" "io/fs" "os" "path/filepath" + "slices" "software.sslmate.com/src/certspotter/ct" "strconv" "strings"