Missing dot on extension

This commit is contained in:
lordwelch 2017-11-06 22:16:59 -07:00
parent 008b12f1b6
commit b4d280e5ef

View File

@ -89,7 +89,7 @@ func main() {
ext = path.Ext(file.Name())
fmt.Println(ext)
if strings.ToLower(ext) == "json" {
if strings.ToLower(ext) == ".json" {
var (
tmp Keys
T *os.File