#golang-web-development
Read more stories on Hashnode
Articles with this tag
Introduction-Struct struct user-defined data type. a structure that groups together data elements. provide a way to reference a series of grouped...
A slice is defined as a continuous segment of an underlying array and it provides access to a numbered sequence of elements from that array. Slices...
An array a collection of similar data elements that are stored at contiguous memory locations. For example - We can have a collection of integers...