Hacker News new | ask | show | jobs
by axelf 4716 days ago
Does Go not provide method overloading? Couldn't they have 3 versions of the copy method?
1 comments

> Does Go not provide method overloading?

Yes, it does not permit method overloading.