Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Moved godeps to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
piosz committed May 17, 2016
1 parent 6ab441a commit 8384079
Show file tree
Hide file tree
Showing 1,254 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion hooks/check_boilerplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ ! -e $REF_FILE ]; then
fi

LINES=$(cat "${REF_FILE}" | wc -l | tr -d ' ')
GO_FILES=$(find . -name "*.go" | grep -v -e "Godeps" -e "third_party" -e "extpoints/extpoints.go")
GO_FILES=$(find . -name "*.go" | grep -v -e "vendor")

for FILE in ${GO_FILES}; do
DIFFER=$(cat "${FILE}" | sed 's/2015/2014/g;s/2016/2014/g' | head "-${LINES}" | diff -q - "${REF_FILE}")
Expand Down
Loading

0 comments on commit 8384079

Please sign in to comment.