From 5a2305193bec62cc58788538630a4b7bd7505c6c Mon Sep 17 00:00:00 2001 From: Dennis O'Connell <139830773+dennis-oconnell@users.noreply.github.com> Date: Fri, 10 May 2024 17:41:54 -0700 Subject: [PATCH] Minor resource title change for clarity (#5434) Specified link for W3 Schools' Golang tutorial to add clarity --- src/data/roadmaps/golang/content/100-go-basics/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/golang/content/100-go-basics/index.md b/src/data/roadmaps/golang/content/100-go-basics/index.md index 11539e2eb..f01d38254 100644 --- a/src/data/roadmaps/golang/content/100-go-basics/index.md +++ b/src/data/roadmaps/golang/content/100-go-basics/index.md @@ -5,4 +5,4 @@ Learn the common concepts of Go like variables, loops, conditional statements, f Visit the following resources to learn more: - [Official Go Tutorial](https://go.dev/doc/tutorial/) -- [Go Tutorial](https://www.w3schools.com/go/index.php) \ No newline at end of file +- [W3 Schools Go Tutorial](https://www.w3schools.com/go/index.php)