Explorar o código

Merge pull request #51 from pshevtsov/patch-1

Update README.md
Jordan Wright %!s(int64=8) %!d(string=hai) anos
pai
achega
09f803b133
Modificáronse 1 ficheiros con 1 adicións e 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)
 		}
-	}
+	}()
 }
 ```