leewz
Results
3
issues of
leewz
Since a gostring is decoded as a pybytes, it should accept pybytes.
I tried to decode a MapType which had `interface` keys and values. I was able to decode it with these additions. `type.py`: ```py3 class GoInterface(GoType): typeid = INTERFACE zero =...