mirror of
https://github.com/bolucat/Archive.git
synced 2025-11-02 04:43:54 +08:00
8 lines
193 B
Go
8 lines
193 B
Go
package protocol // import "github.com/xtls/xray-core/common/protocol"
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
var ErrProtoNeedMoreData = errors.New("protocol matches, but need more data to complete sniffing")
|