diff --git a/content/roadmaps/109-golang/content/100-go-basics/112-arrays.md b/content/roadmaps/109-golang/content/100-go-basics/112-arrays.md index 6bfa7b9a1..2e5a533ec 100644 --- a/content/roadmaps/109-golang/content/100-go-basics/112-arrays.md +++ b/content/roadmaps/109-golang/content/100-go-basics/112-arrays.md @@ -1 +1,7 @@ -# Arrays \ No newline at end of file +# Arrays + +In Go an `array` is a collection of elements of the same type with a **fixed** size defined when the array is created. + +Free Content +Go Arrays +Learn Go Programming - Arrays (by freeCodeCamp on YouTube)