pull/238/head
Shelikhoo 2016-08-15 12:31:55 +08:00
parent 2bf9edfe7d
commit 00aeb29e46
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ func (ws *wsconn) Read(b []byte) (n int, err error) {
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()
}