Merge pull request #514 from adamreese/fix/validate-go

fix(gofmt): run gofmt on all go files
pull/518/head
Adam Reese 9 years ago
commit 0839db2ca1

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

Loading…
Cancel
Save