Whitespace and old comment removal

This commit is contained in:
Clayton Coleman
2014-10-23 16:55:50 -04:00
parent 1ffc82dfe6
commit bc748fadfa
2 changed files with 1 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ func (s *Scheme) Decode(data []byte) (interface{}, error) {
if err != nil {
return nil, err
}
// yaml is a superset of json, so we use it to decode here. That way,
// we understand both.
err = yaml.Unmarshal(data, obj)