mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 05:59:00 +08:00
order imports
This commit is contained in:
parent
78265c6830
commit
6db43b6079
|
@ -26,7 +26,6 @@ package fastcgi
|
|||
import (
|
||||
"bufio"
|
||||
"bytes"
|
||||
"github.com/caddyserver/caddy/v2/modules/caddyhttp"
|
||||
"io"
|
||||
"mime/multipart"
|
||||
"net"
|
||||
|
@ -42,6 +41,8 @@ import (
|
|||
|
||||
"go.uber.org/zap"
|
||||
"go.uber.org/zap/zapcore"
|
||||
|
||||
"github.com/caddyserver/caddy/v2/modules/caddyhttp"
|
||||
)
|
||||
|
||||
// FCGIListenSockFileno describes listen socket file number.
|
||||
|
|
Loading…
Reference in New Issue
Block a user