From 085e592141439ab449408663fd1aafd6f55a65b5 Mon Sep 17 00:00:00 2001 From: Harshit Arora <64795664+Harshit0755@users.noreply.github.com> Date: Sat, 22 Oct 2022 02:55:56 +0530 Subject: [PATCH] hyperlink typo fix (#2680) * hyperlink typo fix * hyperlink typo fix --- .../109-golang/content/101-go-advanced/105-goroutines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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