Hacker News new | ask | show | jobs
by mbertschler 3234 days ago
Yes it is. An interface is basically a struct of the concrete type and the value. While the outer interface value still has a type, if no value was assigned to it, the concrete type field is still nil.