mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Manually run goimports in update-go-pbs.sh (#2014)
https://github.com/gogo/protobuf/issues/554
This commit is contained in:
@@ -22,3 +22,8 @@ do
|
||||
destination=${file_list[i]#*$searchstring}
|
||||
cp -R -L "${file_list[i]}" "$destination"
|
||||
done
|
||||
|
||||
# Run goimports on newly generated protos until gogo protobuf's proto-gen-go
|
||||
# formats imports properly.
|
||||
# https://github.com/gogo/protobuf/issues/554
|
||||
goimports -w proto/**/*.pb.go
|
||||
|
||||
Reference in New Issue
Block a user