Run gofumpt

This commit is contained in:
Moritz Marquardt 2024-04-18 19:08:47 +02:00
parent f6ed4285bc
commit 42a4502206
2 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,11 @@
package dns
import (
"github.com/hashicorp/golang-lru/v2"
"net"
"strings"
"time"
"github.com/hashicorp/golang-lru/v2"
)
type lookupCacheEntry struct {