Learning Go: Iteration and Performance Testing with TDD
Introduction
Coming from JavaScript and Python, I was at first skeptical of only using the for keyword to iterate through data. However, it only took a few attempts before I was pleasantly surprised by its ease of use. The Go for loop is a refreshing...
thelearningdev.hashnode.dev5 min read