package apidiff
import "golang.org/x/tools/internal/apidiff"
Index ¶
Types ¶
type Change ¶
A Change describes a single API change.
type Report ¶
type Report struct { Changes []Change }
Report describes the changes detected by Changes.
func Changes ¶
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.
func (Report) String ¶
func (Report) Text ¶
func (Report) TextCompatible ¶
func (Report) TextIncompatible ¶
Source Files ¶
apidiff.go compatibility.go correspondence.go messageset.go report.go
- Version
- v0.9.3
- Published
- Jun 1, 2023
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 6 hours ago –
Tools for package owners.