Sign in
◑
Theme
android
/
platform
/
build
/
blueprint
/
cb8421ffd7a893bd95cb9a93f6db4b2e4d34c7d9
/
.
/
.gofmt.sh
blob: 3aa9374e8922683cc1aa3bb5777cd1fe3b16c221 [
file
]
#!/bin/bash
if
[
-
n
"$(gofmt -l .)"
];
then
echo
"Go code is not formatted:"
gofmt
-
d
.
exit
1
fi