Y
Hacker News
new
|
ask
|
show
|
jobs
by
kazinator
3371 days ago
>
In go there's only two possibilities for what this code is doing... either this is string concatenation, or it's adding two numbers
That is overloading! What go eschews is
user-defined
overloading.