Commit 82c5c270 authored by Bobby Rullo's avatar Bobby Rullo

schema: generator now gofmts everything.

parent 59dc4a94
...@@ -73,3 +73,5 @@ GOPATH=${PWD}/gopath ./bin/google-api-go-generator \ ...@@ -73,3 +73,5 @@ GOPATH=${PWD}/gopath ./bin/google-api-go-generator \
# Finally, fix the import in the bindings to refer to the vendored google-api package # Finally, fix the import in the bindings to refer to the vendored google-api package
goimports -w ${GEN} goimports -w ${GEN}
gofmt -w schema/${GOPKG}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment