edelweiss
edelweiss copied to clipboard
Make generated code `gofmt` compliant.
Generated code doesn't pass gofmt.
Is this worth doing vs. running gofmt after generating code? Getting e.g. the import statement order correct doesn't seem worth doing.
I think it is straightforward enough, it can be done programmatically: https://pkg.go.dev/go/format#Source