mirror of
https://github.com/ginuerzh/gost.git
synced 2024-04-21 12:31:34 +00:00
fix typos
This commit is contained in:
@@ -24,7 +24,7 @@ func main() {
|
||||
for i := 0; i < concurrency; i++ {
|
||||
go udpEchoLoop()
|
||||
}
|
||||
select{}
|
||||
select {}
|
||||
}
|
||||
|
||||
func udpEchoLoop() {
|
||||
|
||||
Reference in New Issue
Block a user