diff options
Diffstat (limited to 'json_test.go')
-rw-r--r-- | json_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json_test.go b/json_test.go index b058417..74fbbed 100644 --- a/json_test.go +++ b/json_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - "go.neonxp.dev/json" - "go.neonxp.dev/json/std" + "go.neonxp.ru/json" + "go.neonxp.ru/json/std" ) func TestJSON_Unmarshal(t *testing.T) { |