Modify type elements with Golang interfaces
I’m using Golang in a side project at work and today I faced one of my first encounters with interfaces. I needed to use a function to perform the same operation for a group of types, in this case of structs.
[Read More]