# Functions
Generate generates a package report based on the delta between lhs and rhs.
GetPackages returns all the go sdk packages under the given root directory.
# Structs
BreakingChanges represents a set of breaking changes.
CommitPkgReport represents a collection of per-package reports, one for each commit hash.
CommitPkgsReport represents a collection of reports, one for each commit hash.
GenerationOption ...
Package represents a per-package report that contains additive and breaking changes.
PkgsReport represents a complete report of added, removed, and modified packages.
# Interfaces
Status ...
# Type aliases
ModifiedPackages contains a collection of package reports, it's structured as "package path":pkgReport.
PkgsList contains a collection of packages.