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

Avoid reflect package #1

Closed
maxatome opened this issue May 4, 2018 · 1 comment
Closed

Avoid reflect package #1

maxatome opened this issue May 4, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@maxatome
Copy link

maxatome commented May 4, 2018

All reflect.DeepEqual() occurrences to compare to null can be replaced by far more efficient bytes.Equal().

@romanyx romanyx added enhancement New feature or request good first issue Good for newcomers labels May 4, 2018
@romanyx
Copy link
Owner

romanyx commented May 4, 2018

Thanks, 98790ca

@romanyx romanyx closed this as completed May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants