diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 12:08:09 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 12:08:09 +0200 |
| commit | eff15a3a58dc97e270d38c1d5f071ccc4c2fd6db (patch) | |
| tree | 107ef7eb27f0dec2f1a22ac3b6666f82d790f241 /internal/repl/repl_test.go | |
| parent | 208219f09bbdbb47a3584952ec9d82343276eb01 (diff) | |
fix module
Diffstat (limited to 'internal/repl/repl_test.go')
| -rw-r--r-- | internal/repl/repl_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/repl/repl_test.go b/internal/repl/repl_test.go index 613bc36..3abb664 100644 --- a/internal/repl/repl_test.go +++ b/internal/repl/repl_test.go @@ -7,7 +7,7 @@ import ( "strings" "testing" - "codeberg.org/snonux/perc/internal/rpn" + "codeberg.org/snonux/gt/internal/rpn" "github.com/c-bata/go-prompt" ) |
