Versions in this module Expand all Collapse all v0 v0.2.1 Oct 7, 2014 Changes in this version + func Marshal(in interface{}) (out []byte, err error) + func Unmarshal(in []byte, out interface{}) (err error) + type Getter interface + GetYAML func() (tag string, value interface{}) + type Setter interface + SetYAML func(tag string, value interface{}) bool