From a27b9d37c6d238432fedad019b0577d941a699da Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:52:47 +0300 Subject: Поправил имя пакета MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/json/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/json') diff --git a/example/json/main.go b/example/json/main.go index c600cda..44230e6 100644 --- a/example/json/main.go +++ b/example/json/main.go @@ -6,7 +6,7 @@ package main import ( "fmt" - "go.neonxp.ru/unilex" + "neonxp.ru/go/unilex" ) func main() { @@ -133,6 +133,6 @@ func stateInArray(l *unilex.Lexer) unilex.StateFunc { } func ignoreWhiteSpace(l *unilex.Lexer) { - l.AcceptWhile(" \n\t") //ignore whitespaces + l.AcceptWhile(" \n\t") // ignore whitespaces l.Ignore() } -- cgit v1.2.3