Daniel Michaeli
Results
2
comments of
Daniel Michaeli
Change return types of "split" and "splitn" to map[string]interface{} (instead of map[string]string)
@rpasche Did you ever find out how to fix this?
Change return types of "split" and "splitn" to map[string]interface{} (instead of map[string]string)
right.. I created a specific function converting the map[string]string to a map[string]interface{} type. Thanks for the answer!