Fix incorrectly modified imports

This commit is contained in:
Herkermer Sherwood 2016-12-09 06:10:10 -08:00
parent 5d10b9a48a
commit a694a73d31

View file

@ -21,14 +21,13 @@ import (
"strings" "strings"
"unicode" "unicode"
yaml "gopkg.in/yaml.v2"
"github.com/hashicorp/hcl" "github.com/hashicorp/hcl"
"github.com/magiconair/properties" "github.com/magiconair/properties"
toml "github.com/pelletier/go-toml" toml "github.com/pelletier/go-toml"
"github.com/spf13/afero" "github.com/spf13/afero"
"github.com/spf13/cast" "github.com/spf13/cast"
jww "github.com/spf13/jwalterweatherman" jww "github.com/spf13/jwalterweatherman"
"gopkg.in/yaml.v2"
) )
// ConfigParseError denotes failing to parse configuration file. // ConfigParseError denotes failing to parse configuration file.