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
Currently pickling go objects is not possible. I know that solving general case may be very hard but probably only supporting map, slice, string, int is good enough for most of the cases and possibly not that hard.
The text was updated successfully, but these errors were encountered:
Currently pickling go objects is not possible. I know that solving general case may be very hard but probably only supporting
map
,slice
,string
,int
is good enough for most of the cases and possibly not that hard.The text was updated successfully, but these errors were encountered: