changed scripts to use godep

This commit is contained in:
Nan Monnand Deng
2014-08-12 12:08:19 -04:00
parent 67f0737ec0
commit eb462eba06
3 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ fi
REPO_ROOT="$(cd "$(dirname "$0")/../" && pwd -P)"
files="$(find ${REPO_ROOT} -type f | grep "[.]go$" | grep -v "third_party/\|release/\|output/\|target/")"
files="$(find ${REPO_ROOT} -type f | grep "[.]go$" | grep -v "third_party/\|release/\|output/\|target/\|Godeps/")"
bad=$(gofmt -s -l ${files})
if [[ -n "${bad}" ]]; then
echo "$bad"