Skip to content

Commit

Permalink
Merge pull request #3762 from halseth/mobile-subserver-goimports
Browse files Browse the repository at this point in the history
mobile: run goimports on generated files
  • Loading branch information
halseth committed Dec 4, 2019
2 parents a6ef03c + e8e5fd7 commit e28c5a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mobile/gen_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ do
--proto_path=${DIRECTORY} \
${file}
done

# Run goimports to resolve any dependencies among the sub-servers.
goimports -w ./*_generated.go

0 comments on commit e28c5a1

Please sign in to comment.