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
The python client and a curl work fine so I would expect the go-client to behave the same. I guess the problem lies in the Getter.Do Function but I do not know how to test the change locally
The text was updated successfully, but these errors were encountered:
When running the go code to retrieve schema information as described in the documentation;
I receive a hexadecimal representation of the Dump:
Schema: &{{[0xc0000be0a0] }}
I can fix that manually by marshalling it myself:
The python client and a curl work fine so I would expect the go-client to behave the same. I guess the problem lies in the Getter.Do Function but I do not know how to test the change locally
The text was updated successfully, but these errors were encountered: