On Tue, Jun 21, 2016 at 7:44 AM Harry <hiroma...@gmail.com> wrote:

> Why serialized value is not invaliable when using map value.

Map keys are comparable but they are not required to be ordered
<https://golang.org/ref/spec#Comparison_operators>, ie. sorting them before
serializing is not only costly, but in the general case not (directly)
possible.

-- 

-j

-- 
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