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 newer version of this library no longer uses NewRecord to create record instances, but rather uses simple Go maps. Send a Go map instance with keys that match the record's fields to the encoder and it will return an encoded record. Decoding a record will return a Go map with keys that match the record fields.
The text was updated successfully, but these errors were encountered: