chore: reformat code

This commit is contained in:
Haruue Icymoon 2023-11-27 11:34:54 +08:00
parent e70838cd98
commit 9476976950
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148
4 changed files with 9 additions and 6 deletions

View file

@ -4,9 +4,10 @@ import (
"bufio"
"crypto/tls"
"fmt"
"github.com/apernet/hysteria/extras/correctnet"
"net"
"net/http"
"github.com/apernet/hysteria/extras/correctnet"
)
// MasqTCPServer covers the TCP parts of a standard web server (TCP based HTTP/HTTPS).