1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add go array resources (#1707)

This commit is contained in:
Mattia De Vivo
2022-09-06 23:48:25 +02:00
committed by GitHub
parent b090c755ef
commit 65d2023e62

View File

@@ -1 +1,7 @@
# Arrays
# Arrays
In Go an `array` is a collection of elements of the same type with a **fixed** size defined when the array is created.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://go.dev/tour/moretypes/6'>Go Arrays</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/YS4e4q9oBaU?t=6473'>Learn Go Programming - Arrays (by freeCodeCamp on YouTube)</BadgeLink>