type golang.org/x/exp/apidiff.Change

11 uses

	golang.org/x/exp/apidiff (current package)
		apidiff.go#L29: 		r.Changes = append(r.Changes, Change{Message: m, Compatible: false})
		apidiff.go#L32: 		r.Changes = append(r.Changes, Change{Message: m, Compatible: true})
		report.go#L11: 	Changes []Change
		report.go#L15: type Change struct {

	go.pact.im/x/goupdate
		diff.go#L62: func (d *packageDiff) Compatible() []apidiff.Change {
		diff.go#L66: func (d *packageDiff) Incompatible() []apidiff.Change {
		diff.go#L70: func (d *packageDiff) changes(compat bool) []apidiff.Change {
		diff.go#L71: 	var changes []apidiff.Change
		textgen.go#L268: func (g *textGenerator) visitPacakgeDiffIncompatible(changes []apidiff.Change) error {
		textgen.go#L272: func (g *textGenerator) visitPacakgeDiffCompatible(changes []apidiff.Change) error {
		textgen.go#L276: func (g *textGenerator) sectionPackageDiffChanges(title string, changes []apidiff.Change) error {