*: pin protoc-gen-go dependencies

This commit is contained in:
Eric Chiang
2017-12-01 10:32:04 -08:00
parent 861d4ae447
commit 35063da41e
4 changed files with 17 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash -e
DIFF=$( git diff . )
if [ "$DIFF" != "" ]; then
echo "$DIFF" >&2
exit 1
fi