You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ake-persson
changed the title
Fix YAML WithMapString to handle type for []inteface{} arrays
Add YAML WithType to handle type for []interface{} arrays or map[interface{}]interface{}
Apr 19, 2018
Instead of returning []interface{} return the type like []int or []string, or map[int]interface{}.
The text was updated successfully, but these errors were encountered: