Commit 0839db2c authored by Adam Reese's avatar Adam Reese

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

fix(gofmt): run gofmt on all go files
parents 1eb4cf41 4dc459b1
......@@ -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..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment