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

remove excessive []byte(s) conversion #143

Merged
merged 1 commit into from
Jan 28, 2019
Merged

remove excessive []byte(s) conversion #143

merged 1 commit into from
Jan 28, 2019

Conversation

quasilyte
Copy link
Contributor

copy permits using to mix []byte and string arguments without
explicit conversion. I removed explicit conversion to make the code simpler.

Signed-off-by: Iskander Sharipov [email protected]

`copy` permits using to mix `[]byte` and `string` arguments without
explicit conversion. I removed explicit conversion to make the code simpler.

Signed-off-by: Iskander Sharipov <[email protected]>
@xiang90
Copy link
Contributor

xiang90 commented Jan 28, 2019

lgtm. thanks!

@xiang90 xiang90 merged commit 63597a9 into etcd-io:master Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants