Closed bradleyfalzon closed 8 years ago
package example type s struct {} func (s) Method() int {} func New() s {return s}
package example type s struct {} func (s) Method() error {} func New() s {return s}
This is a breaking change.
Fixed in cc63e3f3e355b4d7da5d75e93dcafe68be57c5ed
This is a breaking change.