This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
rclone
mirror of
https://github.com/rclone/rclone.git
Watch
1
Star
0
Fork
You've already forked rclone
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f0789e2db
rclone
/
vendor
/
github.com
/
stretchr
/
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