This commit is contained in:
lordwelch 2017-11-06 22:12:09 -07:00
parent 68798e24bc
commit 2b15a961cd

View File

@ -85,6 +85,8 @@ func main() {
ext string
)
fmt.Println(file.Name())
ext = path.Ext(file.Name())
if strings.ToLower(ext) == "json" {
var (