Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mfuentesg
Copy link
Owner

@mfuentesg mfuentesg commented Aug 20, 2019

this commit is because yaml and json does not support the same decode
output. yaml: map[interface{}]interface{}, json: map[string]interface{}

With these changes, the idea is use always same structure for both
languages. map[string]interface{}

closes #13

this commit is because yaml and json does not support the same decode
output. yaml: map[interface{}]interface{}, json: map[string]interface{}

With this changes, the idea is use always same structure for both
languages. map[string]interface{}
@mfuentesg mfuentesg merged commit dbed3fb into master Aug 20, 2019
@mfuentesg mfuentesg deleted the fix/decode branch August 20, 2019 19:06
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.

not decoding secrets

2 participants