Hacker News new | ask | show | jobs
by slrz 1539 days ago
What is it that Go supposedly calls casting? The term (or its variations) does not show up in the language specification.

People sometimes use it for type conversions but that's in line with usage elsewhere, no?

1 comments

Are you talking about type assertions? It's right there in the Go Tour. But that's a different thing than a type conversion.