summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-31 23:09:47 +0300
committerPaul Buetow <paul@buetow.org>2025-08-31 23:09:47 +0300
commit64a846c2b2abc244106cbf24b0a309a1e57308fe (patch)
tree4f335090947a0b7fdfff18857ace74d00cebf62e /cmd
parent397e9009ed808b00fdb36014b52626881436a2ed (diff)
module: set module path to codeberg.org/snonux/hexai; update imports; docs: add go install instructionsv0.3.4
Diffstat (limited to 'cmd')
-rw-r--r--cmd/hexai-lsp/main.go4
-rw-r--r--cmd/hexai/main.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/cmd/hexai-lsp/main.go b/cmd/hexai-lsp/main.go
index 5ff79fa..f2cad6d 100644
--- a/cmd/hexai-lsp/main.go
+++ b/cmd/hexai-lsp/main.go
@@ -6,8 +6,8 @@ import (
"log"
"os"
- "hexai/internal"
- "hexai/internal/hexailsp"
+ "codeberg.org/snonux/hexai/internal"
+ "codeberg.org/snonux/hexai/internal/hexailsp"
)
func main() {
diff --git a/cmd/hexai/main.go b/cmd/hexai/main.go
index 48cb7db..00fa4a3 100644
--- a/cmd/hexai/main.go
+++ b/cmd/hexai/main.go
@@ -7,8 +7,8 @@ import (
"fmt"
"os"
- "hexai/internal"
- "hexai/internal/hexaicli"
+ "codeberg.org/snonux/hexai/internal"
+ "codeberg.org/snonux/hexai/internal/hexaicli"
)
func main() {