Chris Binder
Results
2
comments of
Chris Binder
Works as designed - use proper indentation in your yaml file. ``` contacts: - name: i test email: [email protected] ```
Thank you very much. I believe this mistake is quite common, especially due to the confusing pre-allocation of arrays vs maps in Golang. In arrays, the extra `,0` is needed...