ipld/edelweiss

Make generated code `gofmt` compliant.

Opened this issue · 2 comments

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