mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
mobile: run goimports on generated files
Subservers might depend on each other (notably walletrpc depends on signrpc) so running goimports ensures they properly import each other.
This commit is contained in:
@@ -72,3 +72,6 @@ do
|
||||
--proto_path=${DIRECTORY} \
|
||||
${file}
|
||||
done
|
||||
|
||||
# Run goimports to resolve any dependencies among the sub-servers.
|
||||
goimports -w ./*_generated.go
|
||||
|
Reference in New Issue
Block a user