On Monday, 21 August 2017 16:48:07 UTC+2, Tong Sun wrote:
>
> How to converting type map[string]interface {} to type map[interface 
> {}]interface {}?
>

You cannot: https://golang.org/doc/faq#convert_slice_of_interface

but I don't know how to fix it. 
>

You need an explicit loop just like in 
https://golang.org/doc/faq#convert_slice_of_interface

V. 

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