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 02e996f144 Update vendor
2018-04-14 23:40:25 -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