The highest tagged major version is
v2.
package
Version:
v1.9.1
Opens a new window with list of versions in this module.
Published: May 20, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package yaml wraps gopkg.in/yaml.v3 and helps transition from v2.
Marshal some struct as a YAML document.
func Unmarshal(in []byte, out interface{}) error
Unmarshal some struct as a YAML document, without strict behavior.
func UnmarshalStrict(in []byte, out interface{}) error
UnmarshalStrict unmarshals a YAML document with strict behavior (only declared fields are tolerated).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.