xdrpp / goxdr

RFC4506 XDR compiler for go https://xdrpp.github.io/goxdr/pkg/github.com/xdrpp/goxdr/cmd/goxdr/goxdr.1.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goxdr does not format generated code

tamirms opened this issue · comments

It would be nice if goxdr could format its generated code using gofmt -s for two reasons.

  1. Formatted code is easier to read.
  2. Many golang linters will complain if a go file is not formatted correctly.

Added support for this via the -fmt command-line option.