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

Encoder: try to use pointer type TextMarshaler #679

Merged
merged 1 commit into from Nov 24, 2021
Merged

Encoder: try to use pointer type TextMarshaler #679

merged 1 commit into from Nov 24, 2021

Conversation

pelletier
Copy link
Owner

If a type does not implement the encoding.TextMarshaler interface but
its pointer type does, use it if possible.

Fixes #678

If a type does not implement the encoding.TextMarshaler interface but
its pointer type does, use it if possible.

Fixes #678
@pelletier pelletier merged commit 2b3de62 into v2 Nov 24, 2021
@pelletier pelletier deleted the issue-678 branch November 24, 2021 19:43
@pelletier pelletier added the bug Issues describing a bug in go-toml. label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues describing a bug in go-toml.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant