← Back to match
relimpact
Fast API compatibility reports that flag breaking changes in Go projects
Desktopfree
relimpact is a command-line tool for Go projects that compares two Git refs, snapshots the exported public API, and reports what changed -- breaking changes first, compatible additions below -- to answer whether a given change breaks the public API. It can post its report as a pull request comment when run from GitHub Actions. It targets Go developers and library maintainers who need a fast API-compatibility check before a release.
Categories
Developer ToolsCode Review

