diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-31 23:09:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-31 23:09:47 +0300 |
| commit | 64a846c2b2abc244106cbf24b0a309a1e57308fe (patch) | |
| tree | 4f335090947a0b7fdfff18857ace74d00cebf62e /internal/hexaicli/testhelpers_test.go | |
| parent | 397e9009ed808b00fdb36014b52626881436a2ed (diff) | |
module: set module path to codeberg.org/snonux/hexai; update imports; docs: add go install instructionsv0.3.4
Diffstat (limited to 'internal/hexaicli/testhelpers_test.go')
| -rw-r--r-- | internal/hexaicli/testhelpers_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/hexaicli/testhelpers_test.go b/internal/hexaicli/testhelpers_test.go index bd3c3dd..97b531d 100644 --- a/internal/hexaicli/testhelpers_test.go +++ b/internal/hexaicli/testhelpers_test.go @@ -7,7 +7,7 @@ import ( "path/filepath" "testing" - "hexai/internal/llm" + "codeberg.org/snonux/hexai/internal/llm" ) // setStdin sets os.Stdin from a string and returns a restore func and reader. |
