Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
blueprint
/
e81b432f0949e9baef3fa57f48fd4c5152e054f9
/
.
/
.travis.gofmt.sh
blob: 3aa9374e8922683cc1aa3bb5777cd1fe3b16c221 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[
-
n
"$(gofmt -l .)"
];
then
echo
"Go code is not formatted:"
gofmt
-
d
.
exit
1
fi