Package: golang-github-coreos-pkg / 2-2

Metadata

Package Version Patches format
golang-github-coreos-pkg 2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use yaml.v2.patch | (download)

yamlutil/yaml.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use yaml.v2 library instead of yaml.v1
 The yaml.v1 library is unpackage, obsolete and can be replaced by
 yaml.v2 in most circumstances.