gogen-avro icon indicating copy to clipboard operation
gogen-avro copied to clipboard

Add a private flag so generated structs aren't visible outside the package

Open rikonor opened this issue 7 years ago • 8 comments

Hi,

I noticed that the generated code will contain many exported things that don't necessarily need to be exported.

A few examples are:

DeserializeAvroContainerBlock
DeserializeAvroContainerHeader
AvroContainerBlock
AvroContainerHeader
Magic
Sync

Should those be left as is or possibly made private?

rikonor avatar Jan 20 '17 18:01 rikonor