Magic, or the lack thereof Aug 25, 2024Go is a non-magical language. The term 'non-magical' deserves a closer look.
It's time to switch! 5 ways of using the switch statement Aug 18, 2024Go's `switch` statement is more flexible that you might know.
Range-Over-Func In A Nutshell Jul 28, 2024The new iterator functions in Go 1.23 replace an unwieldy loop construct with the familiar range syntax. Here is how.