diff --git a/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md b/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md index 99c3243d9..a8454c16b 100644 --- a/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md +++ b/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md @@ -6,8 +6,8 @@ In Go, each of these concurrent tasks are called `Goroutines`. Free Content Goroutines -Effective Go: Goroutines -Goroutines in Golang +Effective Go: Goroutines +Goroutines in Golang GoRoutines Understanding Concurrency Go by Example: Goroutines