NICEXAI/go2struct

yaml to struct failed

Opened this issue · 1 comments

Not able to convert my yaml to gostruct
Error faced:
yaml to struct failed, error:
yaml: unmarshal errors:
line 2: cannot unmarshal !!seq into map[string]interface {}

yaml used:

- !variable
  id: db-password
  kind: password

yamltogolang struct
yamltogolang-error

Sorry, it doesn't handle the "!" symbol very well for now.