This commit is contained in:
lordwelch 2017-11-06 22:16:15 -07:00
parent 0d3ef81c5f
commit 008b12f1b6

View File

@ -88,6 +88,7 @@ func main() {
) )
ext = path.Ext(file.Name()) ext = path.Ext(file.Name())
fmt.Println(ext)
if strings.ToLower(ext) == "json" { if strings.ToLower(ext) == "json" {
var ( var (
tmp Keys tmp Keys