mirror of https://github.com/v2ray/v2ray-core
typo
parent
2bf9edfe7d
commit
00aeb29e46
|
@ -40,7 +40,7 @@ func (ws *wsconn) Read(b []byte) (n int, err error) {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
/*It seems golang's support for recursive in anonymous func it yet to complete.
|
/*It seems golang's support for recursive in anonymous func is yet to complete.
|
||||||
func1:=func(){
|
func1:=func(){
|
||||||
func1()
|
func1()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue