Ignore staging folder in update gofmt

This commit is contained in:
mbohlool 2016-08-26 13:34:37 -07:00
parent 9a093276ea
commit 7c8f10af6f

View File

@ -37,6 +37,7 @@ find_files() {
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/vendor/*' \
-o -wholename './staging' \
\) -prune \
\) -name '*.go'
}