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

Handle nil, map[string]string, and map[interface{}]interface{} input #103

Merged
merged 2 commits into from
Sep 20, 2016

Conversation

moorereason
Copy link
Contributor

Fixes #99

@pelletier pelletier merged commit 45932ad into pelletier:master Sep 20, 2016
@pelletier
Copy link
Owner

@moorereason thank you for taking care of this and #101! :)
I think those two issues appeared because the TomlTree is being created in a way it wasn't intended to. I think we should find a better solution to allow converting a golang structure to a TomlTree (and back) in a more robust fashion.

@moorereason
Copy link
Contributor Author

Agreed.

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.

2 participants