diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 02:33:13 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 02:33:13 +0300 |
commit | 4ab27afa07c69a311446dbbc6a60f7d32231a7b8 (patch) | |
tree | 6847ea83a253a53a52caa1f143c344b6417bbbb6 /example/json/main.go | |
parent | 9489f783e560f12310bc4fec9b6073489bc050af (diff) |
переезд неймспейсаv0.0.4
Diffstat (limited to 'example/json/main.go')
-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() { |