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

chore: fix some typos #48

Merged
merged 2 commits into from
Apr 14, 2023
Merged

chore: fix some typos #48

merged 2 commits into from
Apr 14, 2023

Conversation

KeranYang
Copy link
Member

In my recent Java implementation, I write the EOF on a newline, just to make it a bit clearer. I make the same changes here in Go SDK to make it consistent for parsing.

.
Signed-off-by: Keran Yang <[email protected]>
@KeranYang KeranYang changed the title chore: append server info EOF sign at a new line chore: fix some typos Apr 14, 2023
Comment on lines +57 to +62
info := &ServerInfo{
Protocol: TCP,
Language: Java,
Version: "11",
Metadata: map[string]string{"key1": "value1", "key2": "value2"},
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I update this line to match unit test in Java SDK such that I can verify the output files are identical between Go and Java. Feel convenient to keep it.

@KeranYang KeranYang merged commit 8b355ad into numaproj:main Apr 14, 2023
@KeranYang KeranYang deleted the file branch August 18, 2023 20:22
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.

2 participants