mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 11:36:57 +00:00
Run gofumpt
This commit is contained in:
parent
f6ed4285bc
commit
42a4502206
2 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue