lishwist/core/scripts/api_changes_since
2025-08-25 21:18:04 +09:00

6 lines
92 B
Bash
Executable File

#!/bin/sh
set -x
git diff --exit-code $1 api.snap.txt $(find . -name '*_test.go' -type f)