-
Couldn't load subscription status.
- Fork 9
Closed
Description
Currently, the fundamental EasyGen driven data type is defined as:
// EgData -- EasyGen driven Data
type EgData map[interface{}]interface{}I'm thinking to change it to map[string]interface{} instead, as it is not possible to Converting type map[string]interface {} to type map[interface {}]interface {}
https://play.golang.org/p/VU4ND_6JU_
https://golang.org/doc/faq#convert_slice_of_interface
https://groups.google.com/d/msg/golang-nuts/3pgc2cB-GFY/5Y4fikHPCAAJ
This should not cause any problem in theory, @grrtrr, would you see if any? Thx.
Metadata
Metadata
Assignees
Labels
No labels