package apidiff

Import Path
	golang.org/x/exp/apidiff (on go.dev)

Dependency Relation
	imports 9 packages, and imported by one package


Package-Level Type Names (total 5, in which 2 are exported)
/* sort exporteds by: | */
A Change describes a single API change. Compatible bool Message string
Report describes the changes detected by Changes. Changes []Change ( Report) String() string ( Report) Text(w io.Writer) error ( Report) TextCompatible(w io.Writer) error ( Report) TextIncompatible(w io.Writer, withHeader bool) error Report : expvar.Var Report : fmt.Stringer func Changes(old, new *types.Package) Report
Package-Level Functions (total 18, in which 1 are exported)
Changes reports on the differences between the APIs of the old and new packages. It classifies each difference as either compatible or incompatible (breaking.) For a detailed discussion of what constitutes an incompatible change, see the package documentation.
Package-Level Variables (only one, which is unexported)
Package-Level Constants (total 2, neither is exported)