Hacker News new | ask | show | jobs
by calcifer 44 days ago
That's surely the correct behaviour?
1 comments

It is. But it's also an inconvenience. In a language like Java I can just say that a class implements an interface. If the interface changes the compiler and the IDE tell me about the missing methods. Go not so much.