Let's Simplify Golang : Part 3
This blog is part of the Golang series.
Part1
Part2. Check them out if you haven't already.
Functions
A Function is a mapping between zero or more parameters for the input and zero or more parameters for the output.
Functions are self-contained un...
blog.kubesimplify.com17 min read
Colby Berger
Enthusiastic about SQL and NoSQL Databases along with Back End web Development
Perfect read, I've been wanting to experiment with GoLang and add this to my skills.