From 8dbaa60b5896e71543c6aa7ad8fd3b03eb0103d7 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:08:20 +0100 Subject: [PATCH] chore: add resource under golang:go-basics --- src/data/roadmaps/golang/content/100-go-basics/index.md | 1 + 1 file changed, 1 insertion(+) 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 e59deea10..11539e2eb 100644 --- a/src/data/roadmaps/golang/content/100-go-basics/index.md +++ b/src/data/roadmaps/golang/content/100-go-basics/index.md @@ -5,3 +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