You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an interface has unexported methods, adding a method is minor, n…
…ot major (#29)
* Consider it a minor change, not major, when a method is added to an interface that includes any unexported methods.
* Adding methods to an interface that uses internal types is also minor.
* Oops, add missing testdata file.