Skip to content

Commit 12df30e

Browse files
committed
chore: gofmt and goimports
1 parent f40d260 commit 12df30e

File tree

13 files changed

+464
-463
lines changed

13 files changed

+464
-463
lines changed

checkfmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for file in $(go list -f '{{$dir := .Dir}}{{range .GoFiles}}{{printf "%s/%s\n" $
1515
# Only print this once.
1616
HAS_FMT_ERR=1
1717
echo 'Commit includes files that are not gofmt-ed' && \
18-
echo 'run "make fmt"' && \
18+
echo 'run "fmt ./..."' && \
1919
echo ''
2020
fi
2121
echo "$FMT_OUT" # Print output and continue, so developers don't fix one file at a t

0 commit comments

Comments
 (0)