gobra
gobra copied to clipboard
Cannot check if type is []map[string]interface{}
If I try to check if a parameter has a dynamic type of []map[string]interface{} (using typeOf(var) == type[[]map[string]interface{}]), Gobra crashes with the error message "encountered unsupported type expression: map[string]interface{}"