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/lsp/handlers_utils.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal/lsp/handlers_utils.go') diff --git a/internal/lsp/handlers_utils.go b/internal/lsp/handlers_utils.go index d2cf52d..42b35a5 100644 --- a/internal/lsp/handlers_utils.go +++ b/internal/lsp/handlers_utils.go @@ -2,11 +2,11 @@ package lsp import ( - "fmt" - "hexai/internal/llm" - "hexai/internal/logging" - "strings" - "time" + "fmt" + "codeberg.org/snonux/hexai/internal/llm" + "codeberg.org/snonux/hexai/internal/logging" + "strings" + "time" ) // llmRequestOpts builds request options from server settings. -- cgit v1.2.3