Open ajnavarro opened 2 years ago
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
Generated code doesn't pass gofmt.