mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-05 23:08:36 +02:00
feat: add copy file to local
This commit is contained in:
@@ -18,7 +18,7 @@ type outPutter struct {
|
||||
csv bool
|
||||
}
|
||||
|
||||
func NewOutPutter(flag string) *outPutter {
|
||||
func New(flag string) *outPutter {
|
||||
o := &outPutter{}
|
||||
if flag == "json" {
|
||||
o.json = true
|
||||
|
||||
Reference in New Issue
Block a user