Hacker News new | ask | show | jobs
by theshrike79 1864 days ago
I've written my fair share of Go over the years and I've cast to interface{} exactly zero times.
1 comments

Explicitly, I believe you, but I'd bet you've often implicitly cast to interface{} (even some very legitimate cases like json.Marshal() are still technically casts to interface{}).