Skip to content

go/mysql: remove excessive []byte(s) conversion#4558

Merged
sougou merged 1 commit intovitessio:masterfrom
quasilyte:patch-1
Jan 29, 2019
Merged

go/mysql: remove excessive []byte(s) conversion#4558
sougou merged 1 commit intovitessio:masterfrom
quasilyte:patch-1

Conversation

@quasilyte
Copy link
Copy Markdown
Contributor

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

Signed-off-by: Iskander Sharipov quasilyte@gmail.com

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

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
@quasilyte quasilyte requested a review from sougou as a code owner January 28, 2019 21:42
@quasilyte
Copy link
Copy Markdown
Contributor Author

$ git config user.name
Iskander Sharipov

I'm not sure I want to change it to the form that is used on GitHub, since it's just an alias, not a real addition to a name. Should I close this PR then?

@sougou
Copy link
Copy Markdown
Contributor

sougou commented Jan 29, 2019

I think the DCO plugin doesn't reparse changed commits. Just recreating the PR should fix this.

@xichengliudui
Copy link
Copy Markdown
Contributor

Creation solves the problem. I just tried it

@sougou
Copy link
Copy Markdown
Contributor

sougou commented Jan 29, 2019

Since I've verified that you signed, I'll just override the DCO check.

@sougou sougou merged commit 07ce41e into vitessio:master Jan 29, 2019
@quasilyte quasilyte deleted the patch-1 branch January 29, 2019 10:06
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.

3 participants