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

Export some function #225

Merged
merged 3 commits into from
Sep 6, 2020
Merged

Export some function #225

merged 3 commits into from
Sep 6, 2020

Conversation

cvictory
Copy link
Contributor

@cvictory cvictory commented Sep 5, 2020

As the title.

null.go Outdated
@@ -23,3 +23,8 @@ package hessian
func encNull(b []byte) []byte {
return append(b, BC_NULL)
}

// It is the same as encNull. It is exported.
Copy link
Contributor

Choose a reason for hiding this comment

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

直接把原函数改成大写不就得了吗?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok.

@AlexStocks AlexStocks merged commit 6c1fb5c into apache:master Sep 6, 2020
zhaoyunxing92 pushed a commit that referenced this pull request Sep 4, 2021
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.

5 participants