1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 17:43:50 +00:00
Files
rclone/vendor/github.com/stretchr/testify/.travis.gofmt.sh
2017-07-23 08:51:42 +01: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