go-interface-examples
go-interface-examples copied to clipboard
Results
2
go-interface-examples issues
Sort by
recently updated
recently updated
newest added
Go doesn't have covariance/contravariance or auto casting between identical interfaces. What it means in context of using interfaces in the package of invocation is that if you have a local...
This is not an issue per say I just wanted to say thank you for the amazing post. It was the clearest explanation of why go interfaces are so nice...