mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 05:08:13 +02:00
Merge pull request #3762 from halseth/mobile-subserver-goimports
mobile: run goimports on generated files
This commit is contained in:
@@ -72,3 +72,6 @@ do
|
|||||||
--proto_path=${DIRECTORY} \
|
--proto_path=${DIRECTORY} \
|
||||||
${file}
|
${file}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Run goimports to resolve any dependencies among the sub-servers.
|
||||||
|
goimports -w ./*_generated.go
|
||||||
|
Reference in New Issue
Block a user