fix(gofmt): run gofmt on all go files

Fixes: #507
pull/514/head
Adam Reese 9 years ago
parent 1eb4cf41f8
commit 4dc459b116

@ -25,7 +25,7 @@ readonly yellow=$(tput bold; tput setaf 3)
exit_code=0
find_go_files() {
git ls-files '*.go'
find . -type f -name "*.go" | grep -v vendor
}
echo "==> Running golint..."

Loading…
Cancel
Save