mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-24 22:30:51 +02:00
feat: update to v0.4.0, based by generics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package outputter
|
||||
package browingdata
|
||||
|
||||
import (
|
||||
"os"
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func TestNewOutPutter(t *testing.T) {
|
||||
out := New("json")
|
||||
out := NewOutPutter("json")
|
||||
if out == nil {
|
||||
t.Error("New() returned nil")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user