schema: generator now gofmts everything.
This commit is contained in:
parent
59dc4a9400
commit
82c5c27048
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||||
|
|
Reference in a new issue