修复了5.0中的错别字以及8.1中的拼写错误
@@ -207,7 +207,7 @@ Go语言中通过net包中的`DialTCP`函数来建立一个TCP连接,并返回
if err != nil {
continue
}
go handlerClient(conn)
go handleClient(conn)
The note is not visible to the blocked user.