6 ms·
Yes, that's my point. Go doesn't have overloading by parameter list signature. But you can have methods with the same name defined on different types, so there
by munificent 26d ago
Yes, that's my point.
Go doesn't have overloading by parameter list signature. But you can have methods with the same name defined on different types, so there is a sort of overloading or namespacing based on the receiver type. Methods give you that.