Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change notecard -req not to do marshaling #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rayozzie
Copy link
Contributor

@rayozzie rayozzie commented Mar 4, 2023

I ran into an issue in which a field not present in the request structure was being dropped, due to the fact that the golang versions were different in the note-go libraries I was using.

This change will use the json structure directly on notecard -req.

I ran into an issue in which a field not present in the request structure was being dropped, due to the fact that the golang versions were different in the note-go libraries I was using.

This change will use the json structure directly on notecard -req.
@rayozzie rayozzie requested a review from bsatrom March 4, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant