From 4ab27afa07c69a311446dbbc6a60f7d32231a7b8 Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sun, 28 Apr 2024 02:33:13 +0300 Subject: переезд неймспейса MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/json/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/json') diff --git a/example/json/main.go b/example/json/main.go index 745e5aa..c600cda 100644 --- a/example/json/main.go +++ b/example/json/main.go @@ -1,3 +1,4 @@ +//go:build ignore // +build ignore package main @@ -5,7 +6,7 @@ package main import ( "fmt" - "github.com/neonxp/unilex" + "go.neonxp.ru/unilex" ) func main() { -- cgit v1.2.3