Goimport All Items in Proto Folder In Bash Script (#9815)

* update goimports to format all, including gw.pb.go files

* update hack

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan
2021-10-26 05:07:49 -05:00
committed by GitHub
parent 2dfb0696f7
commit 28f50862cb

View File

@@ -25,5 +25,5 @@ done
# Run goimports on newly generated protos
# formats imports properly.
# https://github.com/gogo/protobuf/issues/554
goimports -w proto/**/*.pb.go
gofmt -s -w proto/
goimports -w proto
gofmt -s -w proto