aboutsummaryrefslogtreecommitdiff
path: root/example/math_expression/rpn.go
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 02:33:13 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 02:33:13 +0300
commit4ab27afa07c69a311446dbbc6a60f7d32231a7b8 (patch)
tree6847ea83a253a53a52caa1f143c344b6417bbbb6 /example/math_expression/rpn.go
parent9489f783e560f12310bc4fec9b6073489bc050af (diff)
переезд неймспейсаv0.0.4
Diffstat (limited to 'example/math_expression/rpn.go')
-rw-r--r--example/math_expression/rpn.go2
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{