From f5ca535b70dcd1cd8d2aea0f6a35f710da43b541 Mon Sep 17 00:00:00 2001 From: murrrda <148696561+murrrda@users.noreply.github.com> Date: Fri, 10 May 2024 23:16:50 +0200 Subject: [PATCH] Added Go class by Mat to Backend resources (#5084) --- src/data/roadmaps/backend/content/103-learn-a-language/100-go.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/backend/content/103-learn-a-language/100-go.md b/src/data/roadmaps/backend/content/103-learn-a-language/100-go.md index 690b76514..bf792358f 100644 --- a/src/data/roadmaps/backend/content/103-learn-a-language/100-go.md +++ b/src/data/roadmaps/backend/content/103-learn-a-language/100-go.md @@ -12,3 +12,4 @@ Visit the following resources to learn more: - [W3Schools Go Tutorial ](https://www.w3schools.com/go/) - [Making a RESTful JSON API in Go](https://thenewstack.io/make-a-restful-json-api-go/) - [Go, the Programming Language of the Cloud](https://thenewstack.io/go-the-programming-language-of-the-cloud/) +- [Go Class by Matt](https://www.youtube.com/playlist?list=PLoILbKo9rG3skRCj37Kn5Zj803hhiuRK6)