say when we finish checking gofmt

This commit is contained in:
Matthew Hooker 2016-11-01 14:00:41 -07:00
parent 3a79620e92
commit 9cf65d8e1b
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ if [[ -n ${gofmt_files} ]]; then
echo "You can use the command: \`make fmt\` to reformat code."
exit 1
fi
echo "Check passed."
exit 0