mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
ci: use gci linter (#5708)
* use gofmput to format code * use gci to format imports * reconfigure gci * linter autofixes * rearrange imports a little * export GOOS=windows golangci-lint run ./... --fix
This commit is contained in:
@@ -31,10 +31,11 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/caddyserver/caddy/v2/internal"
|
||||
"github.com/quic-go/quic-go"
|
||||
"github.com/quic-go/quic-go/http3"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/caddyserver/caddy/v2/internal"
|
||||
)
|
||||
|
||||
// NetworkAddress represents one or more network addresses.
|
||||
|
||||
Reference in New Issue
Block a user