aboutsummaryrefslogtreecommitdiff
path: root/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'parser.go')
-rw-r--r--parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.go b/parser.go
index 4e006eb..c8c4262 100644
--- a/parser.go
+++ b/parser.go
@@ -5,7 +5,7 @@ import (
"strconv"
"strings"
- "go.neonxp.dev/json/internal/lexer"
+ "go.neonxp.ru/json/internal/lexer"
)
func (j *JSON) parse(ch chan lexer.Lexem) (Node, error) {