I switched to go 1.8 today and found that some of my XML parsing was 
failing where it was passing in 1.6/1.7.

After a bit of searching I found that there was a bug that was *fixed* in 
1.8 and my faulty data was previously being ignored. Specifically empty 
attributes which mapped to non-nilable int types.

This was not mentioned in the release notes so I had trouble finding it, 
but did eventually find it was well documented in the issues preceding it 
the release:

https://github.com/golang/go/issues/16158 
https://go-review.googlesource.com/#/c/27455/


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to