From 62658af290215370453f6a90c396ccc445bafcb0 Mon Sep 17 00:00:00 2001 From: SunSpirit <48086732+sunspirit9999@users.noreply.github.com> Date: Tue, 27 Dec 2022 14:42:25 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45104dd..6b61eab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # go-worker-pool - An implement of go worker-pool : execute multiple tasks (function callings) concurrently # Example : -```go +``` go func main() { // Init a pool with 10 workers pool := workerpool.Initialize(10)