This website requires JavaScript.
Explore
Help
Sign In
GOMODULES
/
testify
mirror of
https://github.com/stretchr/testify.git
Watch
1
Star
0
Fork
You've already forked testify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aa1c55e027
testify
/
.travis.gofmt.sh
8 lines
105 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
[
-n
"
$(
gofmt -l .
)
"
]
;
then
echo
"Go code is not formatted:"
gofmt -d .
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink