Versions in this module Expand all Collapse all v0 v0.2.1 Sep 22, 2015 Changes in this version + func Marshal(in interface{}) (out []byte, err error) + func Unmarshal(in []byte, out interface{}) (err error) + type MapItem struct + Key interface{} + Value interface{} + type MapSlice []MapItem + type Marshaler interface + MarshalYAML func() (interface{}, error) + type TypeError struct + Errors []string + func (e *TypeError) Error() string + type Unmarshaler interface + UnmarshalYAML func(unmarshal func(interface{}) error) error