refactor: remove redundant code

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-22 16:00:40 +08:00
parent c8ff9d18b7
commit 95c886c04f
5 changed files with 13 additions and 188 deletions
+2 -1
View File
@@ -4,9 +4,10 @@ import (
"bytes"
"encoding/json"
"fmt"
"os"
"hack-browser-data/log"
"hack-browser-data/utils"
"os"
"github.com/jszwec/csvutil"
)