lishwist/scripts/api_changes_since

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)