You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In standard Go xml package is possible, thanks to reflection, to mix sax and struct encoding.
Is there a way to do that here, or should i instantiate all my fields by hand by using gosax?
Hi!
In standard Go xml package is possible, thanks to reflection, to mix sax and struct encoding.
Is there a way to do that here, or should i instantiate all my fields by hand by using gosax?
Thanks!