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 encoding of pointer type in empty interface #262

Merged
merged 1 commit into from Jun 29, 2021
Merged

Conversation

goccy
Copy link
Owner

@goccy goccy commented Jun 29, 2021

fix #261

@codecov-commenter
Copy link

Codecov Report

Merging #262 (1400b49) into master (8129998) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  Coverage   81.00%   81.00%           
=======================================
  Files          47       47           
  Lines       14827    14826    -1     
=======================================
  Hits        12010    12010           
  Misses       2262     2262           
+ Partials      555      554    -1     

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.

Marshaling map[string]interface{} values containing a pointer results in incorrect output
2 participants