mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-24 00:19:53 -04:00
Used goimports to fix import order (#2682)
Keeps the list sorted and prevents future merge conflicts.
This commit is contained in:
committed by
Matt Holt
parent
d411b7d087
commit
3856ad03b0
@@ -31,11 +31,11 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/lucas-clemente/quic-go/h2quic"
|
||||
"github.com/caddyserver/caddy"
|
||||
"github.com/caddyserver/caddy/caddyhttp/staticfiles"
|
||||
"github.com/caddyserver/caddy/caddytls"
|
||||
"github.com/caddyserver/caddy/telemetry"
|
||||
"github.com/lucas-clemente/quic-go/h2quic"
|
||||
)
|
||||
|
||||
// Server is the HTTP server implementation.
|
||||
|
||||
Reference in New Issue
Block a user