xml2map
xml2map copied to clipboard
Disable trimming values
I found that when I unmarshal string to map, this package trims all values. I want to remove this behavior because for my app it is necessary to work with the same data as user sent. How I can do it?
it seems you need to fix this line https://github.com/sbabiv/xml2map/blob/master/decoder.go#L92