Sep 5, 2018 · 1 min read
If the example post, you can see that they are using `interface{}` instead of a concrete type. Resulting in untyped return value.
This still works, it’s not great
If the example post, you can see that they are using `interface{}` instead of a concrete type. Resulting in untyped return value.
This still works, it’s not great