go2struct icon indicating copy to clipboard operation
go2struct copied to clipboard

yaml to struct failed

Open GeethaSelvam opened this issue 3 years ago • 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

GeethaSelvam avatar May 12 '22 07:05 GeethaSelvam

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

NICEXAI avatar Jun 09 '22 14:06 NICEXAI