From 64a846c2b2abc244106cbf24b0a309a1e57308fe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Aug 2025 23:09:47 +0300 Subject: module: set module path to codeberg.org/snonux/hexai; update imports; docs: add go install instructions --- internal/hexailsp/run.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'internal/hexailsp/run.go') diff --git a/internal/hexailsp/run.go b/internal/hexailsp/run.go index 4700f27..1ff1ded 100644 --- a/internal/hexailsp/run.go +++ b/internal/hexailsp/run.go @@ -8,10 +8,10 @@ import ( "os" "strings" - "hexai/internal/appconfig" - "hexai/internal/llm" - "hexai/internal/logging" - "hexai/internal/lsp" + "codeberg.org/snonux/hexai/internal/appconfig" + "codeberg.org/snonux/hexai/internal/llm" + "codeberg.org/snonux/hexai/internal/logging" + "codeberg.org/snonux/hexai/internal/lsp" ) // ServerRunner is the minimal interface satisfied by lsp.Server. -- cgit v1.2.3