Explorar el Código

Update README.md

function must be invoked in go statement
Petr Shevtsov hace 8 años
padre
commit
000b105a2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ for i := 0; i < 4; i++ {
 		for e := range ch {
 			p.Send(e, 10 * time.Second)
 		}
-	}
+	}()
 }
 ```