1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-24 20:48:18 +00:00
Files
norman/vendor/github.com/stretchr/testify/.travis.gofmt.sh
Darren Shepherd 426d985fea Update vendor
2018-10-23 22:48:26 -07:00

8 lines
105 B
Bash
Executable File

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