Golang: How to Loop over an Array
To loop over an array in Golang, use the following snippet: You can throw away the index or value of these that aren’t being used as shown below:| Bonus tip, for cleaner code, rather than… Read More »Golang: How to Loop over an Array