Golang functions & methods simplified


If you are exploring Golang (aka Go) you must have faced some difficulty in understanding the method concepts, especially if you are coming from a Java background which is more statically typed. It gets more complicated when you get into methods with pointers. Tour of Go gives step by step guide with example programs and an environment to edit… Read More Golang functions & methods simplified