Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
blueprint
/
a1dae80bbbd726243a265508a4a6da6e277b753e
/
.
/
.travis.gofmt.sh
blob: 3aa9374e8922683cc1aa3bb5777cd1fe3b16c221 [
file
] [
log
] [
blame
]
Colin Cross
5b0231b
2016-08-11 10:12:46 -0700
[
diff
] [
blame
]
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