diff options
Diffstat (limited to 'example/json')
-rw-r--r-- | example/json/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |