Hacker News new | ask | show | jobs
by 65a 2164 days ago
If you're casting to interface{} non-stop, you are doing something against the grain of the language. It works, but there's probably a better way of getting the result you are looking for.
1 comments

Right, building generic, reusable code is against the grain of the language.