mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
change package name
This commit is contained in:
parent
e1b2ce483f
commit
b106787a50
67 changed files with 229 additions and 229 deletions
|
@ -12,8 +12,8 @@ import (
|
|||
"github.com/golang-migrate/migrate/v4/database/sqlite3"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"github.com/kujtimiihoxha/opencode/internal/config"
|
||||
"github.com/kujtimiihoxha/opencode/internal/logging"
|
||||
"github.com/opencode-ai/opencode/internal/config"
|
||||
"github.com/opencode-ai/opencode/internal/logging"
|
||||
)
|
||||
|
||||
func Connect() (*sql.DB, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue