summaryrefslogtreecommitdiff
path: root/internal/repl/handlers.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 12:08:09 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 12:08:09 +0200
commiteff15a3a58dc97e270d38c1d5f071ccc4c2fd6db (patch)
tree107ef7eb27f0dec2f1a22ac3b6666f82d790f241 /internal/repl/handlers.go
parent208219f09bbdbb47a3584952ec9d82343276eb01 (diff)
fix module
Diffstat (limited to 'internal/repl/handlers.go')
-rw-r--r--internal/repl/handlers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/repl/handlers.go b/internal/repl/handlers.go
index 6647f3d..b1d27bc 100644
--- a/internal/repl/handlers.go
+++ b/internal/repl/handlers.go
@@ -8,8 +8,8 @@ import (
"strconv"
"strings"
- "codeberg.org/snonux/perc/internal/perc"
- "codeberg.org/snonux/perc/internal/rpn"
+ "codeberg.org/snonux/gt/internal/perc"
+ "codeberg.org/snonux/gt/internal/rpn"
)
// CommandHandler represents a handler in the chain of responsibility pattern.