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

13 uses

	golang.org/x/exp/apidiff (current package)
		apidiff.go#L26: func Changes(old, new *types.Package) Report {
		apidiff.go#L37: func changesInternal(old, new *types.Package, oldRootPackagePath, newRootPackagePath string) Report {
		apidiff.go#L40: 	r := Report{}
		apidiff.go#L54: func ModuleChanges(old, new *Module) Report {
		apidiff.go#L55: 	var r Report
		report.go#L10: type Report struct {
		report.go#L20: func (r Report) messages(compatible bool) []string {
		report.go#L30: func (r Report) String() string {
		report.go#L38: func (r Report) Text(w io.Writer) error {
		report.go#L45: func (r Report) TextIncompatible(w io.Writer, withHeader bool) error {
		report.go#L52: func (r Report) TextCompatible(w io.Writer) error {
		report.go#L56: func (r Report) writeMessages(w io.Writer, header string, msgs []string) error {

	go.pact.im/x/goupdate
		diff.go#L59: 	Diff apidiff.Report