Go Beginners Series: Function Declarations, Parameters, Return Values, and Packages
Functions are the backbone of every application you will ever write as a programmer. Without functions, your application will be a long file of code that is difficult to manage, understand and reuse. Packages, on the other hand, are different files a...
olodocoder.hashnode.dev9 min read