From e771129df685948e787bc84a3cdb4fa5584af0e4 Mon Sep 17 00:00:00 2001
From: Tirouzh <mohammad.kolagar@gmail.com>
Date: Mon, 8 Aug 2022 01:57:08 +0430
Subject: [PATCH] refactor concurrency folder

---
 concurrency/bounded_parallelism.md                            | 2 +-
 concurrency/{ => bounded_parrallelism}/bounded_parallelism.go | 0
 concurrency/parallelism.md                                    | 2 +-
 concurrency/{ => parrallelism}/parallelism.go                 | 0
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename concurrency/{ => bounded_parrallelism}/bounded_parallelism.go (100%)
 rename concurrency/{ => parrallelism}/parallelism.go (100%)

diff --git a/concurrency/bounded_parallelism.md b/concurrency/bounded_parallelism.md
index 8f1429c..1fe368c 100644
--- a/concurrency/bounded_parallelism.md
+++ b/concurrency/bounded_parallelism.md
@@ -4,4 +4,4 @@
 
 # Implementation and Example
 
-An example showing implementation and usage can be found in [bounded_parallelism.go](bounded_parallelism.go).
\ No newline at end of file
+An example showing implementation and usage can be found in [bounded_parallelism.go](./bounded_parrallelism/bounded_parallelism.go).
\ No newline at end of file
diff --git a/concurrency/bounded_parallelism.go b/concurrency/bounded_parrallelism/bounded_parallelism.go
similarity index 100%
rename from concurrency/bounded_parallelism.go
rename to concurrency/bounded_parrallelism/bounded_parallelism.go
diff --git a/concurrency/parallelism.md b/concurrency/parallelism.md
index c9aeab8..4d60d97 100644
--- a/concurrency/parallelism.md
+++ b/concurrency/parallelism.md
@@ -4,4 +4,4 @@
 
 # Implementation and Example
 
-An example showing implementation and usage can be found in [parallelism.go](parallelism.go).
\ No newline at end of file
+An example showing implementation and usage can be found in [parallelism.go](./parrallelism/parallelism.go).
\ No newline at end of file
diff --git a/concurrency/parallelism.go b/concurrency/parrallelism/parallelism.go
similarity index 100%
rename from concurrency/parallelism.go
rename to concurrency/parrallelism/parallelism.go