我是Golang的新手,请原谅我的新手。我目前正在使用yaml.v2包(https://github.com/go-yaml/yaml)将YAML数据解码为结构。考虑以下示例代码:packagemainimport("fmt""gopkg.in/yaml.v2""log")typeContainerstruct{FirststringSecondstruct{Nested1stringNested2stringNested3stringNested4int}}vardata=`first:firstvaluesecond:nested1:GETnested2:/bin/bashnest