Y
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
merely-unlikely
1539 days ago
Are you talking about type assertions? It's right there in the Go Tour. But that's a different thing than a type conversion.
link