diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-16 21:48:29 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 13:42:02 +0200 |
| commit | cc07f7a186995f428436bc1adc66a264a95171a4 (patch) | |
| tree | 52b69ced5d4fdb400199e95136725bfdff5cd3ef /internal/history | |
| parent | bbfa60c787f2ec459f1689b9a650ddbec9693ed9 (diff) | |
| download | opencode-cc07f7a186995f428436bc1adc66a264a95171a4.tar.gz opencode-cc07f7a186995f428436bc1adc66a264a95171a4.zip | |
rename to opencode
Diffstat (limited to 'internal/history')
| -rw-r--r-- | internal/history/file.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/history/file.go b/internal/history/file.go index 82017d4cf..1e8bc50bb 100644 --- a/internal/history/file.go +++ b/internal/history/file.go @@ -7,8 +7,8 @@ import ( "strings" "github.com/google/uuid" - "github.com/kujtimiihoxha/termai/internal/db" - "github.com/kujtimiihoxha/termai/internal/pubsub" + "github.com/kujtimiihoxha/opencode/internal/db" + "github.com/kujtimiihoxha/opencode/internal/pubsub" ) const ( |
