s3manager-web/vendor/github.com/stretchr/testify/.travis.gofmt.sh
2017-05-28 19:38:59 +02:00

7 lines
105 B
Bash
Executable file

#!/bin/bash
if [ -n "$(gofmt -l .)" ]; then
echo "Go code is not formatted:"
gofmt -d .
exit 1
fi