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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user