From 431d019447384068e4c484bba61520dc650a1f16 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Tue, 26 Sep 2023 13:44:22 +0900 Subject: [PATCH] initial commits --- field_marshaljson_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/field_marshaljson_test.go b/field_marshaljson_test.go index db0392a..123469c 100644 --- a/field_marshaljson_test.go +++ b/field_marshaljson_test.go @@ -6,7 +6,7 @@ import ( "bytes" "encoding/json" - "sourcecode.social/reiver/go-masto" + "sourcecode.social/reiver/go-mstdn" ) func TestField_MarshalJSON(t *testing.T) {