Browse Source

schema: generator now gofmts everything.

pull/468/head
Bobby Rullo 10 years ago
parent
commit
82c5c27048
  1. 2
      schema/generator

2
schema/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
goimports -w ${GEN}
gofmt -w schema/${GOPKG}

Loading…
Cancel
Save