arijit8972
arijit8972
the struct used is, ``` type HostDigestInfo struct { DynamicData DigestMethod string `xml:"digestMethod"` DigestValue []byte `xml:"digestValue"` ObjectName string `xml:"objectName,omitempty"` } ``` On changing DigestValue to []int I can get the...
Thanks for your reply. The xml unmarshaller does not throw any error for the invalid typecasting but instead does it anyways which causes this issue. I am not sure if...
Any update on this issue ?
Can you please reopen the issue ? It seems to moving through sprints but it has been closed by the bot.
Right now all I could do was fork out of the latest branch and change the structs in my repo and use it. Hopefully, this would be resolved soon and...