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

Bugfix: Read yaml array #37

Merged

Commits on Sep 23, 2017

  1. Bugfix: Read yaml array

    Parsing an array into MapSlice results in `[{nil, nil}]`.
    Parse into `[]map[interface{}]interface{}` allows for the processing of
    top level arrays in the document.
    
    Resolves: mikefarah#23
    kenjones-cisco committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    51fa1a8 View commit details
    Browse the repository at this point in the history