Golang Journey – 2
Hi there! I keep learning golang. Today I wrote tests and created maps 🙂 First of all I created a function using Golang’s official documentation like below: The above function expects a string map. It returns a string map and error. There is a loop in this function to iterate names. If you pass an … Read more