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

10 uses

	golang.org/x/exp/apidiff (current package)
		apidiff.go#L24: func Changes(old, new *types.Package) Report {
		apidiff.go#L27: 	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