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
{{ message }}
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.
I'm trying to get some json from a server. When I print out the result as follows:
I get the following:
So using this json-to-go webservice I converted this message to a struct:
And use that as follows:
which just prints out the following (while the json str is still the same)
Any idea what I might be doing wrong here?
The text was updated successfully, but these errors were encountered: