#go
Read more stories on Hashnode
Articles with this tag
Let's learn about Maps... · Go provides the Map data structure when 2 values need to be associated with each other. They are stored in a key-value...
Let's learn about Slices.... · Greetings Folks, Slices are a reference to an array, providing more flexibility for the developers to work with these data...
Greetings folks, In this article, we are going to see the use of defer keyword in Go. In simple words, to schedule the execution of a function after...