Merge pull request #3762 from halseth/mobile-subserver-goimports

mobile: run goimports on generated files
This commit is contained in:
Johan T. Halseth 2019-12-04 11:28:07 +01:00 committed by GitHub
commit e28c5a1e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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