lishwist/scripts/api_changes_since
2025-08-26 20:11:26 +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)