Versions in this module Expand all Collapse all v0 v0.1.2 Feb 25, 2026 v0.1.1 Feb 16, 2026 v0.1.0 Jan 3, 2026 Changes in this version + var ErrInterfaceConversion = errors.New("interface conversion") + var ErrYAMLMarshal = errors.New("unable to marshal data to yaml") + func Get[T any](config *T) error + func Save[T any](config *T) (err error)