generate icon indicating copy to clipboard operation
generate copied to clipboard

schemas aren't gofmt compliant

Open bensherman opened this issue 7 years ago • 1 comments

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.

bensherman avatar Jul 10 '18 20:07 bensherman

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.

a-h avatar Oct 17 '18 19:10 a-h