The Source struct in the valuesource pkg (as of #219) currently has custom marshal/unmarshal YAML functions defined. It would be preferred to use https://github.com/ghodss/yaml such that these can be removed and only the JSON (un)marshalers are necessary.
The
Sourcestruct in thevaluesourcepkg (as of #219) currently has custom marshal/unmarshal YAML functions defined. It would be preferred to use https://github.com/ghodss/yaml such that these can be removed and only the JSON (un)marshalers are necessary.