*: pin protoc-gen-go dependencies
This commit is contained in:
7
scripts/git-diff
Executable file
7
scripts/git-diff
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
DIFF=$( git diff . )
|
||||
if [ "$DIFF" != "" ]; then
|
||||
echo "$DIFF" >&2
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user