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

feat: respect nil values #11

Merged
merged 5 commits into from
Mar 17, 2021
Merged

feat: respect nil values #11

merged 5 commits into from
Mar 17, 2021

Conversation

Eun
Copy link
Owner

@Eun Eun commented Mar 17, 2021

Problem

Converting from a struct that has a nil value to a map results in an invalid result.

Solution

Respect nil values in structs and only convert them if specified in the destination map.

Other changes

  • Removed travis-ci and use github actions for testing
  • use coveralls for coverage
  • linter in github actions
  • pull request template
  • added tests for go1.15
  • added release drafter

@Eun Eun merged commit 0734380 into master Mar 17, 2021
@Eun Eun deleted the respect-nil-values branch March 17, 2021 13:08
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.

1 participant