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:
Johan T. Halseth 2019-11-26 14:57:17 +01:00
parent cb2b8b4513
commit e8e5fd7abc
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -72,3 +72,6 @@ do
--proto_path=${DIRECTORY} \
${file}
done
# Run goimports to resolve any dependencies among the sub-servers.
goimports -w ./*_generated.go