fix typos

This commit is contained in:
rui.zheng
2017-08-12 21:39:08 +08:00
parent 4d5fa98857
commit 4ce6f0e15f
6 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func main() {
for i := 0; i < concurrency; i++ {
go udpEchoLoop()
}
select{}
select {}
}
func udpEchoLoop() {