aboutsummaryrefslogtreecommitdiff
path: root/json.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 /json.go
parent67d30e9444c7bdae62906477cafb5f992c5b70e1 (diff)
Обновление имени пакета
Diffstat (limited to 'json.go')
-rw-r--r--json.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.go b/json.go
index 0ffd7e0..5f4de0c 100644
--- a/json.go
+++ b/json.go
@@ -3,7 +3,7 @@ package json
import (
"fmt"
- "go.neonxp.dev/json/internal/lexer"
+ "go.neonxp.ru/json/internal/lexer"
)
type JSON struct {