mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-08 03:59:11 -04:00
Style: format code by gofumpt (#1022)
This commit is contained in:
@@ -26,9 +26,7 @@ import (
|
||||
"github.com/v2fly/v2ray-core/v4/transport/pipe"
|
||||
)
|
||||
|
||||
var (
|
||||
errSniffingTimeout = newError("timeout on sniffing")
|
||||
)
|
||||
var errSniffingTimeout = newError("timeout on sniffing")
|
||||
|
||||
type cachedReader struct {
|
||||
sync.Mutex
|
||||
|
||||
Reference in New Issue
Block a user