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

Draft: binary object marshal/unmarshal generation #12

Merged
merged 5 commits into from
Dec 28, 2022
Merged

Conversation

spatecon
Copy link
Collaborator

@spatecon spatecon commented Dec 17, 2022

Closes #10

TODO:

  • use copy(), if field type is []byte
  • don't use append with static arrays like [16]byte, write additional template flow for it.
  • server/server.go:148 use hash.HandlerHash

@spatecon spatecon self-assigned this Dec 17, 2022
@spatecon spatecon changed the title binary object marshal/unmarshal generation draft Draft: binary object marshal/unmarshal generation Dec 17, 2022
@spatecon spatecon marked this pull request as draft December 17, 2022 12:57
@spatecon spatecon marked this pull request as ready for review December 28, 2022 08:48
@spatecon spatecon merged commit d90dc39 into master Dec 28, 2022
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.

Binary data format
1 participant