mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-27 14:29:08 -04:00
rename Error to Err
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrorClosedConnection = errors.New("Connection already closed.")
|
||||
ErrClosedConnection = errors.New("Connection already closed.")
|
||||
|
||||
KCPListenFunc ListenFunc
|
||||
TCPListenFunc ListenFunc
|
||||
|
||||
Reference in New Issue
Block a user