1
0
Fork 0
mirror of https://github.com/imjasonh/apidiff-action synced 2026-07-06 22:52:43 +00:00
apidiff-action/testdata
Jason Hall 449d0c57e6
Initial commit of goapidiff
A Go tool that analyzes API changes between two versions and reports breaking changes.

Features:
- Detects breaking API changes in Go code
- Compares git refs or directories
- Ignores internal/ packages by default
- Multiple output formats: text, JSON, markdown
- CI-friendly exit codes

Built on top of golang.org/x/exp/apidiff which provides the core API analysis.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 10:25:22 -04:00
..
break Initial commit of goapidiff 2025-07-29 10:25:22 -04:00
clean Initial commit of goapidiff 2025-07-29 10:25:22 -04:00
internal Initial commit of goapidiff 2025-07-29 10:25:22 -04:00
safe Initial commit of goapidiff 2025-07-29 10:25:22 -04:00