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
As it returns a string, I have to convert it back to byte[] to be able to use it in xml.Unmarshal(). Would it be better to return it as byte[] instead and then the developer can choose what to do with it?