blog.gophersumit.comGo Learning ResourcesSince We are 4 months away from release of CodeWithGo platform, I thought I should release list of resources for Gophers to get started and learn Go. These resources are used by me personally and I am recommending based on my personal experience. L...Sep 3, 2019
blog.gophersumit.comFun with Go FunctionsGo programming language has very powerful features for functions. Let's see what all fun we can have with functions! 1. In Go, it is not required for a function to accept or return a value. We mainly use function to define a reusable code that can b...Aug 7, 2019