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/math_expression/rpn.go | |
parent | 9489f783e560f12310bc4fec9b6073489bc050af (diff) |
переезд неймспейсаv0.0.4
Diffstat (limited to 'example/math_expression/rpn.go')
-rw-r--r-- | example/math_expression/rpn.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/math_expression/rpn.go b/example/math_expression/rpn.go index a4cacc0..65d9bf8 100644 --- a/example/math_expression/rpn.go +++ b/example/math_expression/rpn.go @@ -7,7 +7,7 @@ import ( "log" "strconv" - "github.com/neonxp/unilex" + "go.neonxp.ru/unilex" ) var opPriority = map[string]int{ |