When using the --gofast_out option with protoc to generate Go code, inline comments from the .proto files are discarded. This behavior is different from the --go_out option, which retains these comments. I would like to understand the reason behind this difference and if there is a way to preserve inline comments while using --gofast_out.
When using the --gofast_out option with protoc to generate Go code, inline comments from the .proto files are discarded. This behavior is different from the --go_out option, which retains these comments. I would like to understand the reason behind this difference and if there is a way to preserve inline comments while using --gofast_out.