Merge pull request #2467 from lead4good/master

fixed fromYaml | toJson
pull/2469/head
Matt Butcher 7 years ago committed by GitHub
commit b49959d8a4

@ -22,7 +22,7 @@ import (
"path"
"strings"
yaml "gopkg.in/yaml.v2"
"github.com/ghodss/yaml"
"github.com/BurntSushi/toml"
"github.com/gobwas/glob"

Loading…
Cancel
Save