aboutsummaryrefslogtreecommitdiff
path: root/query_test.go
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:18:36 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:18:36 +0300
commit6688f825749eaa99c9ebb761114717facce3c47a (patch)
treee10036178bcd7ade74ee50f0c8b82b2399386d07 /query_test.go
parent67d30e9444c7bdae62906477cafb5f992c5b70e1 (diff)
Обновление имени пакета
Diffstat (limited to 'query_test.go')
-rw-r--r--query_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/query_test.go b/query_test.go
index 44383de..3859540 100644
--- a/query_test.go
+++ b/query_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 TestMustQuery(t *testing.T) {