mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-09-01 00:50:37 +02:00
feat: add copy file to local
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
)
|
||||
|
||||
func TestNewOutPutter(t *testing.T) {
|
||||
out := NewOutPutter("json")
|
||||
out := New("json")
|
||||
if out == nil {
|
||||
t.Error("NewOutPutter() returned nil")
|
||||
t.Error("New() returned nil")
|
||||
}
|
||||
f, err := out.CreateFile("results", "test.json")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user