mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2026-02-10 12:40:12 +00:00
Run gofumpt
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user