From ecf64a2e366bc8898faaf184f4b726b2d6897974 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 22 Sep 2022 17:54:52 +0400 Subject: [PATCH] Fix slices link --- content/roadmaps/109-golang/content/100-go-basics/113-slices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/109-golang/content/100-go-basics/113-slices.md b/content/roadmaps/109-golang/content/100-go-basics/113-slices.md index 93be551a8..9f703293f 100644 --- a/content/roadmaps/109-golang/content/100-go-basics/113-slices.md +++ b/content/roadmaps/109-golang/content/100-go-basics/113-slices.md @@ -4,6 +4,6 @@ Slices are similar to arrays but are more powerful and flexible. Like arrays, sl Free Content -Go Slices +Go Slices Slices in Go Learn Go Programming - Slices (by freeCodeCamp on YouTube)