generate
generate copied to clipboard
schemas aren't gofmt compliant
A totally reasonable super great two spaces for indentation are used in autogenerated code, so we have to run our code through gofmt before we check in our radically generated schemas.
This is a feature request to make the code congruent with gofmt output. I'll be happy to sent a PR or listen to a "this a dumb idea, don't do it" response.
Would be cool to use the real go fmt tool on the code after generation rather than updating the generation. There's a big pull request on, after that's merged would be a good time.