mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01: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:
parent
cb2b8b4513
commit
e8e5fd7abc
1 changed files with 3 additions and 0 deletions
|
@ -72,3 +72,6 @@ do
|
|||
--proto_path=${DIRECTORY} \
|
||||
${file}
|
||||
done
|
||||
|
||||
# Run goimports to resolve any dependencies among the sub-servers.
|
||||
goimports -w ./*_generated.go
|
||||
|
|
Loading…
Add table
Reference in a new issue