https://play.golang.org/p/Q7otoSJBD5g

As you can see here, wrapping a 2d slice inside of a 3d slice does not 
affect the ordering. Look to see if you use a map anywhere - the order of 
map keys is not preserved, and indeed is deliberately randomized. Beyond 
that, add tests and printfs to narrow down where the change happens. I 
don't think it would be coming simply from the wrapping.

Howard

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/c08d4e7c-fac5-4881-88a7-d28d4bd5b7a0%40googlegroups.com.

Reply via email to