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
Describe the bug
When using a list of different types, it is implemented as []interface{} as it should, but getting a value does not assert it to the proper type
Describe the bug
When using a list of different types, it is implemented as []interface{} as it should, but getting a value does not assert it to the proper type
Python code example
Current behavior
This creates an error because interfaces cannot be added.
Expected behavior
I expected that there would be a type assertion converting the values to int so they could be added
Go code example
The text was updated successfully, but these errors were encountered: