Comment on C# almost has implicit interfacesparentComments−jen202yThe problem here is one of perspective. Interfaces in Go belong to consumers not producers.So sure, your “I used something that matches X but isn’t really X” is possible, but practically it doesn’t happen.
Comments
The problem here is one of perspective. Interfaces in Go belong to consumers not producers.
So sure, your “I used something that matches X but isn’t really X” is possible, but practically it doesn’t happen.