bradleyfalzon / apicompat

apicompat checks recent changes to a Go project for backwards incompatible changes
https://abicheck.bradleyf.id.au
MIT License
179 stars 5 forks source link

Removing member from interface type is not ok #11

Closed bradleyfalzon closed 8 years ago

bradleyfalzon commented 8 years ago

https://play.golang.org/p/Fuv9svUEma

It's not OK to remove a member from an interface, but it is OK to remove one when accepting an interface as a parameter in a func declaration.