OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / stretchr / testify / .travis.gofmt.sh
1 #!/bin/bash
2
3 if [ -n "$(gofmt -l .)" ]; then
4   echo "Go code is not formatted:"
5   gofmt -d .
6   exit 1
7 fi