1
0
Fork 0
mirror of https://github.com/tmrts/go-patterns.git synced 2025-04-03 13:13:34 +03:00
This commit is contained in:
Mohammad Kolagar 2022-08-08 02:15:02 +04:30 committed by GitHub
commit 7f13629b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@
# Implementation and Example
An example showing implementation and usage can be found in [bounded_parallelism.go](bounded_parallelism.go).
An example showing implementation and usage can be found in [bounded_parallelism.go](./bounded_parrallelism/bounded_parallelism.go).

View file

@ -4,4 +4,4 @@
# Implementation and Example
An example showing implementation and usage can be found in [parallelism.go](parallelism.go).
An example showing implementation and usage can be found in [parallelism.go](./parrallelism/parallelism.go).