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

[Go] SBE implementation in Go using flyweights #951

Merged
merged 21 commits into from
Oct 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Go] Fix formatting in WrapForDecode
  • Loading branch information
ethanf committed Sep 18, 2024
commit b9f3a38227050ecb6244b242f4146d8c73dd6af6
Original file line number Diff line number Diff line change
@@ -2308,7 +2308,7 @@ private CharSequence generateMessageFlyweightCode(
" buffer []byte,\n" +
" offset uint64,\n" +
" actingBlockLength uint64,\n" +
" actingVersion uint64," +
" actingVersion uint64,\n" +
" bufferLength uint64) *%10$s {\n" +
" return m.Wrap(\n" +
" buffer,\n" +