Closed dgaedcke closed 7 years ago
For embedded fields, they will be copied.
when field name on on Struct is Capital, and other (same name) starts with (small) lowercase letter
Which won't be copied, as go can't access lowercase fields out of your package.
Can you please say if there are any problem when field name on on Struct is Capital, and other (same name) starts with (small) lowercase letter.
Also, what happens with embedded fields....do they get copied too??