Add go array resources (#1707)
parent
b090c755ef
commit
65d2023e62
1 changed files with 7 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue