func golang.org/x/exp/apidiff.Changes

2 uses

	golang.org/x/exp/apidiff (current package)
		apidiff.go#L24: func Changes(old, new *types.Package) Report {

	go.pact.im/x/goupdate
		diff.go#L115: 			diff := apidiff.Changes(oldPkg.Types, newPkg.Types)