1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-26 00:49:02 +02:00

Fix slices link

This commit is contained in:
Kamran Ahmed
2022-09-22 17:54:52 +04:00
committed by GitHub
parent 06472cd41d
commit ecf64a2e36

View File

@@ -4,6 +4,6 @@ Slices are similar to arrays but are more powerful and flexible. Like arrays, sl
<ResourceGroupTitle>Free Content</ResourceGroupTitle> <ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://go.dev/tour/moretypes/6'>Go Slices</BadgeLink> <BadgeLink colorScheme='blue' badgeText='Official Website' href='https://go.dev/tour/moretypes/7'>Go Slices</BadgeLink>
<BadgeLink badgeText='Read' href='https://www.w3schools.com/go/go_slices.php'>Slices in Go</BadgeLink> <BadgeLink badgeText='Read' href='https://www.w3schools.com/go/go_slices.php'>Slices in Go</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/YS4e4q9oBaU?t=6473'>Learn Go Programming - Slices (by freeCodeCamp on YouTube)</BadgeLink> <BadgeLink badgeText='Watch' href='https://youtu.be/YS4e4q9oBaU?t=6473'>Learn Go Programming - Slices (by freeCodeCamp on YouTube)</BadgeLink>