Explorar o código

Update README.md

function must be invoked in go statement
Petr Shevtsov %!s(int64=8) %!d(string=hai) anos
pai
achega
000b105a2f
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)
 		}
-	}
+	}()
 }
 ```