golang.org/x/exp/apidiff.Report.Changes (field)

9 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#L22: 	for _, c := range r.Changes {

	go.pact.im/x/goupdate
		diff.go#L72: 	for _, c := range d.Diff.Changes {
		diff.go#L116: 			if len(diff.Changes) == 0 {
		textgen.go#L254: 	if len(d.Diff.Changes) == 0 {