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
It depends on the implementation. Need to infer the type correctly. At the moment uint8 is expected and a panic is thrown if it is different (e.g. int8):
Panic: interface conversion: interface {} is int8, not uint8
The text was updated successfully, but these errors were encountered:
It depends on the implementation. Need to infer the type correctly. At the moment
uint8
is expected and a panic is thrown if it is different (e.g.int8
):The text was updated successfully, but these errors were encountered: