Understanding Functions in Golang
What are functions or how do we use them and how it is different from methods?
In brief, functions are like simple tasks for which you give input to do something and you get the desired output. We follow functions in our daily lives like cooking foo...
vecturum.hashnode.dev6 min read