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

fix: add a fallback uint8 sliceDecoder to bytesDecoder #361

Merged
merged 4 commits into from Apr 12, 2022

Conversation

orisano
Copy link
Sponsor Contributor

@orisano orisano commented Apr 7, 2022

fix #360

@orisano
Copy link
Sponsor Contributor Author

orisano commented Apr 11, 2022

ping @goccy

@goccy
Copy link
Owner

goccy commented Apr 11, 2022

@orisano Could you please update linter's version ? ( maybe this lint error caused by go1.18 and golangci-lint 1.36.0 )

@orisano
Copy link
Sponsor Contributor Author

orisano commented Apr 11, 2022

Do I do that in this PR?

@goccy
Copy link
Owner

goccy commented Apr 11, 2022

It's okay in this PR :)

@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2022

Codecov Report

Merging #361 (0da28e8) into master (3a4ad31) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #361      +/-   ##
==========================================
- Coverage   79.86%   79.86%   -0.01%     
==========================================
  Files          52       52              
  Lines       17509    17508       -1     
==========================================
- Hits        13984    13982       -2     
+ Misses       2958     2957       -1     
- Partials      567      569       +2     

@goccy
Copy link
Owner

goccy commented Apr 11, 2022

Please add kind of linter with error or warn to disable section for now 🙏

@orisano
Copy link
Sponsor Contributor Author

orisano commented Apr 12, 2022

I did it!

@goccy
Copy link
Owner

goccy commented Apr 12, 2022

Thank you !! LGTM !

@goccy goccy merged commit 171d975 into goccy:master Apr 12, 2022
@orisano orisano deleted the fix/#360 branch April 12, 2022 15:41
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.

can not unmarshal into []uint8
3 participants