Skip to content

Restrict checking to exported interface methods

Latest
Compare
Choose a tag to compare
@tomarrell tomarrell released this 15 Aug 12:24
4a8f079

This release publishes work by @MichaelUrman which restricts checking to only exported interface methods as per the philosophy of the tool – ignoring unexported methods which must be by definition defined in the same package.

What's Changed

New Contributors

Full Changelog: v2.8.3...v2.9.0