Hi, How to converting type map[string]interface {} to type map[interface {}]interface {}?
I got cannot convert m (type map[string]interface {}) to type map[interface {}]interface {} but I don't know how to fix it. https://play.golang.org/p/VU4ND_6JU_ please help. Thx. -- 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.