chore: rename

This commit is contained in:
adamdottv
2025-05-13 10:02:39 -05:00
parent e2a0554c39
commit e0ed9e8f4a
81 changed files with 294 additions and 292 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ import (
"github.com/bmatcuk/doublestar/v4"
"github.com/fsnotify/fsnotify"
"github.com/opencode-ai/opencode/internal/config"
"github.com/opencode-ai/opencode/internal/lsp"
"github.com/opencode-ai/opencode/internal/lsp/protocol"
"github.com/sst/opencode/internal/config"
"github.com/sst/opencode/internal/lsp"
"github.com/sst/opencode/internal/lsp/protocol"
"log/slog"
)