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
Related to #7 Instead of using readStream to convert byte array into a map[string]interface, prefer just keeping the []byte such that clients can use json.Unmarshal into their own structs.
Related to #7 Instead of using
readStream
to convert byte array into amap[string]interface
, prefer just keeping the[]byte
such that clients can usejson.Unmarshal
into their own structs.SynapseGo/users.go
Line 82 in 9d3ed7f
get rid of:
SynapseGo/read.go
Lines 7 to 17 in 7a3e060
The text was updated successfully, but these errors were encountered: