Style: use gofumpt for fmt
This commit is contained in:
@ -28,6 +28,7 @@ type websocketConn struct {
|
||||
rMux sync.Mutex
|
||||
wMux sync.Mutex
|
||||
}
|
||||
|
||||
type websocketWithEarlyDataConn struct {
|
||||
net.Conn
|
||||
underlay net.Conn
|
||||
|
Reference in New Issue
Block a user