Merge pull request #2467 from lead4good/master

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

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

Loading…
Cancel
Save